DALi Version 1.2.53 09/144909/1 dali_1.2.53
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 18 Aug 2017 09:20:06 +0000 (10:20 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 18 Aug 2017 09:20:06 +0000 (10:20 +0100)
Change-Id: I54ecff9e1a778a67afc92a31aa5306ae21fdbbb5

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

index 16bf03a..1e28c3d 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 = 52;
+const unsigned int CORE_MICRO_VERSION = 53;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c983c97..a21daa5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.52
+Version:    1.2.53
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT