DALi Version 1.5.4 dali_1.5.4
authorneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:05:11 +0000 (18:05 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:05:11 +0000 (18:05 +0900)
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 10da207..8af4c75 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 = 3;
+const uint32_t CORE_MICRO_VERSION = 4;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e9a48b6..6988c3c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.3
+Version:    1.5.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT