DALi Version 1.1.25 73/61973/1 dali_1.1.25
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 11 Mar 2016 15:02:07 +0000 (15:02 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 11 Mar 2016 15:02:07 +0000 (15:02 +0000)
Change-Id: I1b02093df8a101a5d24a963fc88b58cd72510bba

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

index b8e295b..0d1373b 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 24;
+const unsigned int CORE_MICRO_VERSION = 25;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index a0ec670..ca76511 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.24
+Version:    1.1.25
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT