DALi Version 1.4.0 90/196090/1 dali_1.4.0
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 21 Dec 2018 10:22:01 +0000 (10:22 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 21 Dec 2018 10:22:01 +0000 (10:22 +0000)
Change-Id: I8fbe3a8f1332e606aee9563cccd798f5db1691a2

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

index 96e95df..f20c6e1 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const uint32_t CORE_MAJOR_VERSION = 1;
-const uint32_t CORE_MINOR_VERSION = 3;
-const uint32_t CORE_MICRO_VERSION = 54;
+const uint32_t CORE_MINOR_VERSION = 4;
+const uint32_t CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 87362d6..a08e360 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.54
+Version:    1.4.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT