DALi Version 1.5.13 31/234431/1 dali_1.5.13
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 26 May 2020 09:08:28 +0000 (18:08 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 26 May 2020 09:08:28 +0000 (18:08 +0900)
Change-Id: I7cca1dc738a3e6af5df5c5fff99335c548fdd5ab

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

index 09aa72d..63e2cfb 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 5;
-const unsigned int TOOLKIT_MICRO_VERSION = 12;
+const unsigned int TOOLKIT_MICRO_VERSION = 13;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7d2896f..090351c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.12
+Version:    1.5.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT