DALi Version 2.0.32 83/260483/1 dali_2.0.32
authorRichard Huang <r.huang@samsung.com>
Fri, 25 Jun 2021 10:17:26 +0000 (11:17 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 25 Jun 2021 10:17:26 +0000 (11:17 +0100)
Change-Id: Ief016646c0845e75882c4a559113398e3eccea8a

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

index abb7fa8..1010fe1 100644 (file)
@@ -29,7 +29,7 @@ namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
 const unsigned int TOOLKIT_MINOR_VERSION = 0;
-const unsigned int TOOLKIT_MICRO_VERSION = 31;
+const unsigned int TOOLKIT_MICRO_VERSION = 32;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7c53805..2c852c4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.0.31
+Version:    2.0.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT