DALi Version 1.2.1 44/83844/1 dali_1.2.1
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 12 Aug 2016 10:40:39 +0000 (11:40 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 12 Aug 2016 10:40:39 +0000 (11:40 +0100)
Change-Id: Ib1996008dd192e0bf2c356dcf58322840bdcf3f0

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

index 97ed015..c2d3c95 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 = 0;
+const unsigned int CORE_MICRO_VERSION = 1;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 776a519..4803e21 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.0
+Version:    1.2.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT