DALi Version 2.3.30 26/313626/1 dali_2.3.30
authorRichard Huang <r.huang@samsung.com>
Fri, 28 Jun 2024 10:10:34 +0000 (11:10 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 28 Jun 2024 10:10:34 +0000 (11:10 +0100)
Change-Id: I5aa938c39e1ddae083b6f3599ebd48b7ca95a6cc

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

index 55637f8..65f2440 100644 (file)
@@ -29,7 +29,7 @@ namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
 const unsigned int TOOLKIT_MINOR_VERSION = 3;
-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 d69ed86..f3b2a4e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.3.29
+Version:    2.3.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT