DALi Version 2.2.21 29/291029/1 dali_2.2.21
authorDavid Steele <david.steele@samsung.com>
Thu, 6 Apr 2023 13:47:40 +0000 (14:47 +0100)
committerDavid Steele <david.steele@samsung.com>
Thu, 6 Apr 2023 13:47:40 +0000 (14:47 +0100)
Change-Id: I0926ca205247155a1d87f72e3d5fadc501618311

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

index 5a9d163..6e14c4b 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 = 20;
+const uint32_t    CORE_MICRO_VERSION = 21;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 85d6603..aaf1e9b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.20
+Version:    2.2.21
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT