DALi Version 1.2.4 49/86749/1 dali_1.2.4
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 2 Sep 2016 14:01:34 +0000 (15:01 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 2 Sep 2016 14:01:34 +0000 (15:01 +0100)
Change-Id: Idd212e4fcba042b09b5ef37705b96cc3bf15d4c1

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

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