DALi Version 1.5.0 34/224934/1 dali_1.5.0
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 14 Feb 2020 07:30:05 +0000 (07:30 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 14 Feb 2020 07:30:05 +0000 (07:30 +0000)
Change-Id: I96797e30b26fb8aecee6c7c50dd1994190060f31

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

index 6df1435..a4f6de2 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const uint32_t CORE_MAJOR_VERSION = 1;
-const uint32_t CORE_MINOR_VERSION = 4;
-const uint32_t CORE_MICRO_VERSION = 57;
+const uint32_t CORE_MINOR_VERSION = 5;
+const uint32_t CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a9645cf..cc4a55e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.57
+Version:    1.5.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT