DALi Version 1.1.23 93/60493/1 dali_1.1.23
authorDavid Steele <david.steele@samsung.com>
Fri, 26 Feb 2016 13:44:51 +0000 (13:44 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 26 Feb 2016 13:44:51 +0000 (13:44 +0000)
Change-Id: I5cc2cf3a9a217440266e003a6c0daef2d5cc7310

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

index b201f2a..9339bbb 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 = 22;
+const unsigned int CORE_MICRO_VERSION = 23;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 6401c2c..745b800 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.22
+Version:    1.1.23
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT