DALi Version 1.1.20 45/58945/1 dali_1.1.20
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 5 Feb 2016 08:52:40 +0000 (08:52 +0000)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 5 Feb 2016 08:52:40 +0000 (08:52 +0000)
Change-Id: I54d1000a06e8575ea6ef6b8576dc8da071376200

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

index 5fa2fdee71adb22ac0b29d30208f926b249945fd..7d86e14d03da237fec3b4706494222229c4c0d9e 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 = 19;
+const unsigned int CORE_MICRO_VERSION = 20;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index ad8571a65de52d2bd996e0728a2ee2226f358c6c..01d829405ed375d38cc7f669ff86ed71040b5365 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.19
+Version:    1.1.20
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT