DALi Version 1.5.12 51/233751/1 dali_1.5.12
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 19 May 2020 02:35:07 +0000 (11:35 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 19 May 2020 02:35:07 +0000 (11:35 +0900)
Change-Id: I0a2237606b86b946d483bc3c1dad4183abb62ee7

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

index 340d5e9..09aa72d 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 = 11;
+const unsigned int TOOLKIT_MICRO_VERSION = 12;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5ba4e12..7d2896f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.11
+Version:    1.5.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT