DALi Version 2.2.48 98/299998/1 dali_2.2.48
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 13 Oct 2023 10:06:24 +0000 (11:06 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 13 Oct 2023 10:06:24 +0000 (11:06 +0100)
Change-Id: Idf1243bc74b750b22c5078aeacf0a195521e3f6d

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

index f619226..bab4ab5 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 = 47;
+const uint32_t    CORE_MICRO_VERSION = 48;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 6eedc92..048984e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.47
+Version:    2.2.48
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT