DALi Version 2.2.38 32/296832/1 dali_2.2.38
authorDavid Steele <david.steele@samsung.com>
Fri, 4 Aug 2023 12:43:12 +0000 (13:43 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 4 Aug 2023 12:43:12 +0000 (13:43 +0100)
Change-Id: I14f75ac4a9009b5e2b850665629a140436485122

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

index 0314b28..2b56934 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 2;
-const uint32_t    CORE_MICRO_VERSION = 37;
+const uint32_t    CORE_MICRO_VERSION = 38;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5c6df73..3e9325f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.37
+Version:    2.2.38
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT