DALi Version 2.1.43 57/282657/1 dali_2.1.43
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 7 Oct 2022 11:23:26 +0000 (12:23 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 7 Oct 2022 11:23:26 +0000 (12:23 +0100)
Change-Id: I6b34a69fd02b72e9c3e6b4664c30d8e9c27b12c5

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

index 33fb992..2340cb6 100644 (file)
@@ -29,7 +29,7 @@ namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
 const unsigned int TOOLKIT_MINOR_VERSION = 1;
-const unsigned int TOOLKIT_MICRO_VERSION = 42;
+const unsigned int TOOLKIT_MICRO_VERSION = 43;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7635931..8bfe522 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.1.42
+Version:    2.1.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT