DALi Version 2.3.0 54/301854/1 dali_2.3.0
authorDavid Steele <david.steele@samsung.com>
Fri, 24 Nov 2023 12:38:08 +0000 (12:38 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 24 Nov 2023 12:38:08 +0000 (12:38 +0000)
Change-Id: I6189cbebf80d01705190d3ca9301edd39f52478b

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

index 0457eca..d2f735e 100644 (file)
@@ -28,8 +28,8 @@ namespace Dali
 namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
-const unsigned int TOOLKIT_MINOR_VERSION = 2;
-const unsigned int TOOLKIT_MICRO_VERSION = 53;
+const unsigned int TOOLKIT_MINOR_VERSION = 3;
+const unsigned int TOOLKIT_MICRO_VERSION = 0;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index fada506..ae68e55 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.2.53
+Version:    2.3.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT