DALi Version 1.2.24 02/112202/1 dali_1.2.24
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 27 Jan 2017 15:14:03 +0000 (15:14 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 27 Jan 2017 15:14:03 +0000 (15:14 +0000)
Change-Id: I94c051014beeae1c0283440bd23c91190d15e044

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

index 806ac9c..b7d8fc1 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 2;
-const unsigned int CORE_MICRO_VERSION = 23;
+const unsigned int CORE_MICRO_VERSION = 24;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 1320878..dda5fe3 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.23
+Version:    1.2.24
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT