DALi Version 2.4.0 68/316968/1 dali_2.4.0
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 20 Dec 2024 11:36:45 +0000 (11:36 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 20 Dec 2024 11:36:45 +0000 (11:36 +0000)
Change-Id: I814ba9dc36c6d35a6521f799b592f79f4850b9fc

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

index 578a81b38569bec4fb6bb6ecc91e6a1618d7d98c..43588a9ac5f8b7d5fae718b5754581e8af18048e 100644 (file)
@@ -26,8 +26,8 @@
 namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
-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 cb19f0732fda902f63f1ae93564e5833e9db4fea..af89e6d8b137f20e7e081f3fd93574a83990120b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.3.54
+Version:    2.4.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT