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 fc20f72..e0b974a 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 abd7acf..a55c4fb 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