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

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

index 30abfe8..c58f952 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 = 52;
+const unsigned int ADAPTOR_MICRO_VERSION = 53;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c7029d6..a78f6ee 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.52
+Version:    1.2.53
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT