DALi Version 2.1.21 13/274713/1 dali_2.1.21
authorDavid Steele <david.steele@samsung.com>
Fri, 6 May 2022 11:37:19 +0000 (12:37 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 6 May 2022 11:37:19 +0000 (12:37 +0100)
Change-Id: Ifd1fa240f5e970e38c3cc3b41c263467b5e93013

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

index a67d9ee..404533b 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 = 20;
+const unsigned int TOOLKIT_MICRO_VERSION = 21;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1a5ec39..8a12682 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.1.20
+Version:    2.1.21
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT