DALi Version 2.2.42 68/298168/1 dali_2.2.42
authorDavid Steele <david.steele@samsung.com>
Fri, 1 Sep 2023 11:50:10 +0000 (12:50 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 1 Sep 2023 11:50:10 +0000 (12:50 +0100)
Change-Id: I31cf7080b5dc4e6f956e88eaba727e03c40e1b00

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

index 3aad1cd..5b52705 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 = 41;
+const uint32_t    CORE_MICRO_VERSION = 42;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a4d8f5b..b241584 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.41
+Version:    2.2.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT