DALi Version 1.3.53 33/194633/1 dali_1.3.53
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 6 Dec 2018 11:29:13 +0000 (11:29 +0000)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 6 Dec 2018 11:29:13 +0000 (11:29 +0000)
Change-Id: I5630281e8ee93b833e9b25291b754573c854e2c5

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

index d3bf349..348dc8a 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-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 2ce5d12..2ed79f8 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.52
+Version:    1.3.53
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT