DALi Version 2.2.4 07/285007/1 dali_2.2.4
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 2 Dec 2022 10:24:23 +0000 (10:24 +0000)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 2 Dec 2022 10:24:23 +0000 (10:24 +0000)
Change-Id: Ie21a523980b5c31396225628ebb304ba3570cdf4

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

index dc27df8..5161cd1 100644 (file)
@@ -29,7 +29,7 @@ namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
 const unsigned int TOOLKIT_MINOR_VERSION = 2;
-const unsigned int TOOLKIT_MICRO_VERSION = 3;
+const unsigned int TOOLKIT_MICRO_VERSION = 4;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 72b99fe..f686d38 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.2.3
+Version:    2.2.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT