DALi Version 1.4.57 42/224142/1 dali_1.4.57
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 6 Feb 2020 14:30:30 +0000 (14:30 +0000)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 6 Feb 2020 14:30:30 +0000 (14:30 +0000)
Change-Id: I20a36a11d84d2b922beeb1bfa03d748a296c4508

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

index 2b40536..7a7c44e 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 56;
+const unsigned int ADAPTOR_MICRO_VERSION = 57;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4452783..5610986 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.56
+Version:    1.4.57
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT