DALi Version 2.3.32 95/314495/1 dali_2.3.32
authorDavid Steele <david.steele@samsung.com>
Fri, 12 Jul 2024 10:12:04 +0000 (11:12 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 12 Jul 2024 10:12:04 +0000 (11:12 +0100)
Change-Id: If9a370530f2668add53306b58726d6cfb7c5f60a

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

index add625f..d92461f 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 = 31;
+const uint32_t    CORE_MICRO_VERSION = 32;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d6bdd49..b435ee5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.3.31
+Version:    2.3.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT