DALi Version 1.2.16 37/100137/1 dali_1.2.16
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 25 Nov 2016 07:05:30 +0000 (07:05 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 25 Nov 2016 07:05:30 +0000 (07:05 +0000)
Change-Id: I0c18e7191f0a35053ef104b2f91cbba2a214f717

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

index bdf8180..838362f 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 = 15;
+const unsigned int CORE_MICRO_VERSION = 16;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 1d3f285..2c93ad5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.15
+Version:    1.2.16
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT