DALi Version 1.2.39 42/129042/1 dali_1.2.39
authorDavid Steele <david.steele@samsung.com>
Fri, 12 May 2017 12:42:05 +0000 (13:42 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 12 May 2017 12:42:05 +0000 (13:42 +0100)
Change-Id: I23da6f7cae22f0dfe7c0f278bf5e650703368b26

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

index 30ddf2e..2916302 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 = 38;
+const unsigned int CORE_MICRO_VERSION = 39;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index fa83771..5df2fbf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.38
+Version:    1.2.39
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT