DALi Version 2.3.29 84/313284/1 dali_2.3.29
authorDavid Steele <david.steele@samsung.com>
Fri, 21 Jun 2024 11:28:01 +0000 (12:28 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 21 Jun 2024 11:28:01 +0000 (12:28 +0100)
Change-Id: I130c77353c8488d8d62b02bbbff076bd016acdb5

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

index c9c0770..c4db8f6 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 = 28;
+const uint32_t    CORE_MICRO_VERSION = 29;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index bce6d71..599cffc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.3.28
+Version:    2.3.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT