DALi Version 1.5.7 10/230610/1 dali_1.5.7
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 04:21:54 +0000 (13:21 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 04:22:05 +0000 (13:22 +0900)
Change-Id: I32b966100db3f6e306b51f66e8b3a14ce6615226
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 8975417..30bfb52 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 = 6;
+const uint32_t CORE_MICRO_VERSION = 7;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e9d1620..0faf6bd 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.6
+Version:    1.5.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT