DALi Version 1.4.40 78/215278/1 dali_1.4.40
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 4 Oct 2019 12:40:01 +0000 (13:40 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 4 Oct 2019 12:40:01 +0000 (13:40 +0100)
Change-Id: I2ab3766a2fa80c3fb493c515b5f1d3bc53586b72

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

index 844061f..fbe927c 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 4;
-const uint32_t CORE_MICRO_VERSION = 39;
+const uint32_t CORE_MICRO_VERSION = 40;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index db16198..5688b2f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.39
+Version:    1.4.40
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT