DALi Version 2.3.39 02/316902/1 devel/master dali_2.3.39
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 30 Aug 2024 08:12:51 +0000 (09:12 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 30 Aug 2024 08:12:51 +0000 (09:12 +0100)
Change-Id: I654263054fd27e8741452438b0399a5f97a842bf

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

index 0bd867e..aec098f 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 3;
-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 be214ab..d2f9c0f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.3.38
+Version:    2.3.39
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT