DALi Version 1.2.52 35/143835/1 dali_1.2.52
authorRichard Huang <r.huang@samsung.com>
Fri, 11 Aug 2017 11:43:56 +0000 (12:43 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 11 Aug 2017 11:43:56 +0000 (12:43 +0100)
Change-Id: I3343e69a9367225bddd17ab34f94479e3690f22f

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

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