DALi Version 1.1.38 13/74013/1 dali_1.1.38
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 10 Jun 2016 10:47:39 +0000 (11:47 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 10 Jun 2016 10:47:39 +0000 (11:47 +0100)
Change-Id: Ie3d05b6be645799770ca337dcdbedc1d1223a4dc

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

index d96a45a..a112696 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 = 37;
+const unsigned int CORE_MICRO_VERSION = 38;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 8d9f0d7..0582c32 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.37
+Version:    1.1.38
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT