DALi Version 1.1.20 47/58947/1 dali_1.1.20
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 5 Feb 2016 08:53:13 +0000 (08:53 +0000)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 5 Feb 2016 08:53:13 +0000 (08:53 +0000)
Change-Id: I64d80ae43dc3fe82e388f733d4e432953bd2dcde

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

index 5586f32..4c4bb99 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 1;
-const unsigned int TOOLKIT_MICRO_VERSION = 19;
+const unsigned int TOOLKIT_MICRO_VERSION = 20;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e96c57d..770367d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    The OpenGLES Canvas Core Library Toolkit
-Version:    1.1.19
+Version:    1.1.20
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT