DALi Version 2.2.30 87/293987/1 dali_2.2.30
authorDavid Steele <david.steele@samsung.com>
Fri, 9 Jun 2023 09:50:16 +0000 (10:50 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 9 Jun 2023 09:50:16 +0000 (10:50 +0100)
Change-Id: Idaf8f5bea74b26a14384a960a4c6e8a563ce1b92

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

index c0a0bf4..85b0118 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 = 29;
+const unsigned int TOOLKIT_MICRO_VERSION = 30;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1e4f3f7..aefb64a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.2.29
+Version:    2.2.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT