DALi Version 2.0.24 56/257756/1 dali_2.0.24
authorRichard Huang <r.huang@samsung.com>
Fri, 30 Apr 2021 10:02:20 +0000 (11:02 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 30 Apr 2021 10:02:20 +0000 (11:02 +0100)
Change-Id: Id69cc8a18dbd9a3c3f441496f5c0f4c956727683

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

index 2f475a2..048eae4 100644 (file)
@@ -29,7 +29,7 @@ namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
 const unsigned int TOOLKIT_MINOR_VERSION = 0;
-const unsigned int TOOLKIT_MICRO_VERSION = 23;
+const unsigned int TOOLKIT_MICRO_VERSION = 24;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ba6c2b6..8feb0e8 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.0.23
+Version:    2.0.24
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT