DALi Version 1.2.36 44/126444/1 dali_1.2.36
authoradam.b <adam.b@samsung.com>
Fri, 21 Apr 2017 11:28:24 +0000 (12:28 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 21 Apr 2017 11:28:24 +0000 (12:28 +0100)
Change-Id: Ic9e0e7bfec6cfc850864664480a4a07af5a9d7a9

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

index 6d555e2..2643a81 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 = 35;
+const unsigned int CORE_MICRO_VERSION = 36;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index f767ea1..d1baaae 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.35
+Version:    1.2.36
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT