DALi Version 1.2.27 67/115367/1 dali_1.2.27
authoradam.b <adam.b@samsung.com>
Fri, 17 Feb 2017 12:55:16 +0000 (12:55 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 17 Feb 2017 12:55:16 +0000 (12:55 +0000)
Change-Id: If054c3c0e9547efc5e03b843cd19004fceee43e1

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

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