DALi Version 1.5.6 66/229866/1
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 6 Apr 2020 06:35:50 +0000 (15:35 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 6 Apr 2020 06:36:13 +0000 (15:36 +0900)
Change-Id: I60361869ff06de4087284417f98589fdef83deb8

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

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