DALi Version 2.1.42 80/282380/1 dali_2.1.42
authorRichard Huang <r.huang@samsung.com>
Fri, 30 Sep 2022 10:28:29 +0000 (11:28 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 30 Sep 2022 10:28:29 +0000 (11:28 +0100)
Change-Id: Ic4910b0383472f06ce3b51cf94698df8074baa0e

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

index 73cc003..33fb992 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 = 41;
+const unsigned int TOOLKIT_MICRO_VERSION = 42;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 18e1669..7635931 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.1.41
+Version:    2.1.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT