DALi Version 1.1.16 94/56494/1 dali_1.1.16
authorLee Morgan <Lee.morgan@partner.samsung.com>
Fri, 8 Jan 2016 14:32:14 +0000 (14:32 +0000)
committerLee Morgan <Lee.morgan@partner.samsung.com>
Fri, 8 Jan 2016 14:32:14 +0000 (14:32 +0000)
Change-Id: Ice376cf1f83a757bc4e84df05b72e28a08a60698

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

index 54ec095..98c8e66 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 = 15;
+const unsigned int CORE_MICRO_VERSION = 16;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index c0fbbc2..15caa0e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.15
+Version:    1.1.16
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT