DALi Version 2.0.49 81/265581/1 dali_2.0.49
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 22 Oct 2021 10:25:04 +0000 (11:25 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 22 Oct 2021 10:25:04 +0000 (11:25 +0100)
Change-Id: Ic7ad4811047b1e2577b4d3ad6dcdaa1f2aef0d63

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

index 9935284..d90a101 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 = 48;
+const unsigned int TOOLKIT_MICRO_VERSION = 49;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1cf7e71..2945b88 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.0.48
+Version:    2.0.49
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT