DALi Version 1.1.41 16/77916/1 dali_1.1.41
authoradam.b <adam.b@samsung.com>
Fri, 1 Jul 2016 13:28:12 +0000 (14:28 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 1 Jul 2016 13:28:12 +0000 (14:28 +0100)
Change-Id: I3726e601f807f636bbfe6ce06414d1765ada93ed

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

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