DALi Version 1.2.52 36/143836/1 dali_1.2.52
authorRichard Huang <r.huang@samsung.com>
Fri, 11 Aug 2017 11:44:11 +0000 (12:44 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 11 Aug 2017 11:44:11 +0000 (12:44 +0100)
Change-Id: Id3dbd4ac4e61723f1a5b16ccb84445f5f99f937a

adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index f0d5368..30abfe8 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 51;
+const unsigned int ADAPTOR_MICRO_VERSION = 52;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 52c6cf7..c7029d6 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.51
+Version:    1.2.52
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT