Merge "[AT-SPI] Change the type of Control::Impl::mAccessibilityRelations" into devel...
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 29 Nov 2021 01:48:30 +0000 (01:48 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 29 Nov 2021 01:48:30 +0000 (01:48 +0000)
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-toolkit.spec

index 396764e..aaeee9a 100644 (file)
@@ -28,8 +28,8 @@ namespace Dali
 namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
-const unsigned int TOOLKIT_MINOR_VERSION = 0;
-const unsigned int TOOLKIT_MICRO_VERSION = 53;
+const unsigned int TOOLKIT_MINOR_VERSION = 1;
+const unsigned int TOOLKIT_MICRO_VERSION = 0;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c9d2a96..14467c7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.0.53
+Version:    2.1.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT