DALi Version 1.2.3 59/85659/1 dali_1.2.3
authorUmar <m.umar@partner.samsung.com>
Fri, 26 Aug 2016 09:26:30 +0000 (10:26 +0100)
committerUmar <m.umar@partner.samsung.com>
Fri, 26 Aug 2016 09:26:30 +0000 (10:26 +0100)
Change-Id: Ia8df4bfe93e504c50fa548f96e4f091c22940157

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

index 70aa2fd..a37960f 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 = 2;
+const unsigned int CORE_MICRO_VERSION = 3;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 3afd9e0..8f7066e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.2
+Version:    1.2.3
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT