DALi Version 1.2.45 06/135606/1 dali_1.2.45
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 23 Jun 2017 09:43:28 +0000 (10:43 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 23 Jun 2017 09:43:28 +0000 (10:43 +0100)
Change-Id: Ic85a13a24e60c24151361ac45bd2429c5f1ca25e

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

index 7f69b8e..cd5e166 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 = 44;
+const unsigned int CORE_MICRO_VERSION = 45;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index deddbe2..f374f37 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.44
+Version:    1.2.45
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT