DALi Version 1.5.10 40/232540/1 dali_1.5.10
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 6 May 2020 07:26:11 +0000 (16:26 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 6 May 2020 07:26:11 +0000 (16:26 +0900)
Change-Id: I40c566a6d9568f566f1b3819c59b0c1c24f7c552

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

index e4a7e7e..1b2c65c 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 5;
-const unsigned int ADAPTOR_MICRO_VERSION = 9;
+const unsigned int ADAPTOR_MICRO_VERSION = 10;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7bfdf6e..7d218ed 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.9
+Version:    1.5.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT