DALi Version 1.1.27 82/63582/1 dali_1.1.27
authorTom Robinson <tom.robinson@samsung.com>
Thu, 24 Mar 2016 15:48:49 +0000 (15:48 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Thu, 24 Mar 2016 15:48:49 +0000 (15:48 +0000)
Change-Id: I4c191258a2d2f9c0b0ffdc8dbbf6c5ba222bea2a

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

index 90e344a..7169c47 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 = 26;
+const unsigned int CORE_MICRO_VERSION = 27;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 8fc3860..faf5819 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.26
+Version:    1.1.27
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT