DALi Version 1.5.9
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Apr 2020 03:48:19 +0000 (12:48 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Apr 2020 04:46:02 +0000 (13:46 +0900)
Change-Id: I8d493820e8109b5edfe6f66af1f9bd847b4acdd1

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

index 439ecb156ca9aed2645f1992779453dd6c88c487..3e2b921a237ac51cb4557e70434741feefead4a6 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 5;
-const uint32_t CORE_MICRO_VERSION = 8;
+const uint32_t CORE_MICRO_VERSION = 9;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 683ade884e43e80590ae718f6508f029ba6a92aa..07e8f525d9fa423a5c6682bba0b9984648c8da97 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.8
+Version:    1.5.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT