DALi Version 1.5.13 87/234287/1 dali_1.5.13
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 25 May 2020 05:25:10 +0000 (14:25 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 25 May 2020 05:25:10 +0000 (14:25 +0900)
Change-Id: I4113aaab64cb2cc77a1dd3fd062d18874a283b2b

dali/public-api/dali-core-version.cpp
packaging/dali.spec

index fc20f7256e12f8693734adf29b29cbd44576cef5..e0b974af11c4758bd4b3e24c3064515702f05eaa 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 5;
-const uint32_t CORE_MICRO_VERSION = 12;
+const uint32_t CORE_MICRO_VERSION = 13;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index abd7acfc70f47646535e92bf2ffd762a7d3ef320..a55c4fb1af33162ce23424d2db3eecd476be69dd 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.12
+Version:    1.5.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT