DALi Version 1.5.15 49/235649/1 dali_1.5.15
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 10:11:33 +0000 (19:11 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 10:11:33 +0000 (19:11 +0900)
Change-Id: I0879ad5bfcc3a973f0c08e825f9819752e967462

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

index 0319572..7363062 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 = 14;
+const unsigned int TOOLKIT_MICRO_VERSION = 15;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index fef7fad..563c5cf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.14
+Version:    1.5.15
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT