DALi Version 1.3.24 90/178590/1 dali_1.3.24
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 10 May 2018 14:55:08 +0000 (15:55 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 10 May 2018 14:55:08 +0000 (15:55 +0100)
Change-Id: I55faf68d10f133f12a8449dd5be0e15e7d92e450

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

index 1f6e2c9..438078a 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 23;
+const unsigned int CORE_MICRO_VERSION = 24;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 81c12d3..b53007f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.23
+Version:    1.3.24
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT