DALi Version 2.2.25 96/292396/1 dali_2.2.25
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 5 May 2023 10:20:45 +0000 (11:20 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 5 May 2023 10:20:45 +0000 (11:20 +0100)
Change-Id: I916cdd536a8561d5412e6772bb98e8a616688a4b

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

index a5144f6..174e4a5 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 = 24;
+const unsigned int TOOLKIT_MICRO_VERSION = 25;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c466716..d115944 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.2.24
+Version:    2.2.25
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT