DALi Version 1.5.1 30/226230/1 dali_1.5.1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 28 Feb 2020 05:52:29 +0000 (14:52 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 28 Feb 2020 06:04:55 +0000 (15:04 +0900)
Change-Id: I4cf0c6a5798d88ec8658e60500238ab8dc24891e

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

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