DALi Version 1.1.40
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Jun 2016 07:22:57 +0000 (08:22 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Jun 2016 07:22:57 +0000 (08:22 +0100)
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali/public-api/dali-core-version.cpp
packaging/dali.spec

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