DALi Version 1.5.10 45/232545/1 dali_1.5.10
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 6 May 2020 07:50:31 +0000 (16:50 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 6 May 2020 07:50:31 +0000 (16:50 +0900)
Change-Id: I5adb8febacf31f6465e3202a6d73229281ea0395

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

index 68c5073..f6d8027 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 = 9;
+const unsigned int TOOLKIT_MICRO_VERSION = 10;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 0f574ca..71e75e1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.9
+Version:    1.5.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT