DALi Version 2.2.17 17/289617/1 dali_2.2.17
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 10 Mar 2023 10:29:29 +0000 (10:29 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 10 Mar 2023 10:29:29 +0000 (10:29 +0000)
Change-Id: I45e1c2db3e4d997f4d9922a74d186fdb90eb2fe3

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

index f0737b3..4d66333 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 = 16;
+const uint32_t    CORE_MICRO_VERSION = 17;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a06e2db..352e09c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.16
+Version:    2.2.17
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT