DALi Version 1.5.19 55/238155/1 dali_1.5.19
authorSeungho, Baek <sbsh.baek@samsung.com>
Thu, 9 Jul 2020 04:09:40 +0000 (13:09 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Thu, 9 Jul 2020 04:09:40 +0000 (13:09 +0900)
Change-Id: I1b2efce0023e3be8a0a68cf9eb3f2e5feae30ea0
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 26c81d6..c00b95e 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 = 18;
+const uint32_t CORE_MICRO_VERSION = 19;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index b0a82fb..9f499cf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.18
+Version:    1.5.19
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT