DALi Version 1.1.21 09/59309/1 dali_1.1.21
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Feb 2016 10:31:45 +0000 (10:31 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Feb 2016 10:31:45 +0000 (10:31 +0000)
Change-Id: Ie8e9b1bfc8f740c08e2a744c376473815bbeb573

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

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