DALi Version 1.5.9
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Apr 2020 03:55:28 +0000 (12:55 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Apr 2020 05:00:00 +0000 (14:00 +0900)
Change-Id: I06066578477de54f63d067cd16ce2ba1f384579b

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

index d5c97a2..e4a7e7e 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 = 8;
+const unsigned int ADAPTOR_MICRO_VERSION = 9;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 879b25c..7bfdf6e 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.8
+Version:    1.5.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT