DALi Version 2.2.28
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 26 May 2023 11:39:34 +0000 (12:39 +0100)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 31 May 2023 04:40:01 +0000 (13:40 +0900)
Change-Id: Ic78e04c08b7f42c7c42aeff2c61c9becd74615bb

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

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