DALi Version 1.1.36 90/71890/1 dali_1.1.36
authorRichard Huang <r.huang@samsung.com>
Fri, 27 May 2016 11:20:15 +0000 (12:20 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 27 May 2016 11:20:15 +0000 (12:20 +0100)
Change-Id: Ic813f231541869597d4848f3fa19a816993931b0

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

index 37e6cbc..5baf5b2 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 = 35;
+const unsigned int CORE_MICRO_VERSION = 36;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index d3f851f..e476f5a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.35
+Version:    1.1.36
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT