DALi Version 1.1.39 23/75323/1 dali_1.1.39
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Jun 2016 10:42:56 +0000 (11:42 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Jun 2016 10:42:56 +0000 (11:42 +0100)
Change-Id: I6df60de02d4942e5bdf5db884f20480a0669173a

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

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