DALi Version 1.5.5 29/229429/1 dali_1.5.5
authorSeungho, Baek <sbsh.baek@samsung.com>
Wed, 1 Apr 2020 05:18:58 +0000 (14:18 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Wed, 1 Apr 2020 05:19:23 +0000 (14:19 +0900)
Change-Id: Ia7ff530faf404ced3c2f0f90034ab821dc4fad3d
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali/public-api/dali-core-version.cpp
packaging/dali.spec

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