DALi Version 1.5.14 93/235093/1 dali_1.5.14
authorWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 06:17:57 +0000 (15:17 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 06:19:31 +0000 (15:19 +0900)
Change-Id: I32390d338ed30ba615c59511e0ded5a556b7e075

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

index e0b974a..a6cbf30 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 = 13;
+const uint32_t CORE_MICRO_VERSION = 14;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a55c4fb..218dd70 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.13
+Version:    1.5.14
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT