DALi Version 1.2.22 91/110291/1 dali_1.2.22
authorDavid Steele <david.steele@samsung.com>
Fri, 13 Jan 2017 14:35:14 +0000 (14:35 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 13 Jan 2017 14:35:14 +0000 (14:35 +0000)
Change-Id: I50eca844edc5031109806fe8a865b071de4f2369

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

index b0a600b..9eb4ba9 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 = 21;
+const unsigned int CORE_MICRO_VERSION = 22;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 9a38f54..ff00948 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.21
+Version:    1.2.22
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT