DALi Version 1.2.20 dali_1.2.20
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 30 Dec 2016 10:44:48 +0000 (10:44 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 30 Dec 2016 10:44:48 +0000 (10:44 +0000)
Change-Id: Ia0568f0964f6e8e72d91b9a1d3016d3055159ab8

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

index 9b7c6656505cc8c7dc93e7c27e01f5f01497bc47..398c640757739968a8414facae1be45ea37ebd0e 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 = 19;
+const unsigned int CORE_MICRO_VERSION = 20;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index dddadede496b1e416ec73c3ed4ba96e9f95465ad..a624719d784bb14215b00abda3ba09bcfb81f56a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.19
+Version:    1.2.20
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT