DALi Version 2.0.39 89/262589/1 dali_2.0.39
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 13 Aug 2021 12:46:16 +0000 (13:46 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 13 Aug 2021 12:46:16 +0000 (13:46 +0100)
Change-Id: I2a73948f85d537a96da37965941a6920c20ce9c7

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

index 1f9e642..e0c29da 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 0;
-const uint32_t    CORE_MICRO_VERSION = 38;
+const uint32_t    CORE_MICRO_VERSION = 39;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 931de66..d09cca7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.38
+Version:    2.0.39
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT