DALi Version 2.2.10 55/287155/1 dali_2.2.10
authorDavid Steele <david.steele@samsung.com>
Fri, 20 Jan 2023 13:09:56 +0000 (13:09 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 20 Jan 2023 13:09:56 +0000 (13:09 +0000)
Change-Id: I4cd614701a5d01db5afb6197ec4475aea6fc26c0

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

index 53c4e01..7fae984 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 = 9;
+const uint32_t    CORE_MICRO_VERSION = 10;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 251d3a8..428cf36 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.9
+Version:    2.2.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT