DALi Version 1.5.16 dali_1.5.16
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:53:37 +0000 (01:53 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:53:37 +0000 (01:53 +0900)
DALi Version 1.5.16

Change-Id: Ica410ef4f6a3f9c4b4e5c59fcc2c0e3ac49f6892

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

index 81fdc88..e111d3c 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 = 15;
+const uint32_t CORE_MICRO_VERSION = 16;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 83d8a5d..65beae4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.15
+Version:    1.5.16
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT