DALi Version 1.2.26 65/114165/1 dali_1.2.26
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 10 Feb 2017 07:56:43 +0000 (07:56 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 10 Feb 2017 07:56:43 +0000 (07:56 +0000)
Change-Id: I423b6d38c3a91115d8a96630d3edfe795d034eb9

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

index 8ebd40c..04799cd 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 = 25;
+const unsigned int CORE_MICRO_VERSION = 26;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 7bff9ec..8412079 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.25
+Version:    1.2.26
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT