DALi Version 2.3.28 01/312801/1 dali_2.3.28
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 14 Jun 2024 08:32:14 +0000 (09:32 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 14 Jun 2024 08:32:14 +0000 (09:32 +0100)
Change-Id: I6208c856efbdcce2f56dc53d8745062c3c012f94

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

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