DALi Version 2.0.5 43/249443/1 dali_2.0.5
authorDavid Steele <david.steele@samsung.com>
Fri, 11 Dec 2020 12:10:34 +0000 (12:10 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 11 Dec 2020 12:10:34 +0000 (12:10 +0000)
Change-Id: I36efbd79a451153bfccc5cdbe0197fad01d0685f

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

index 8ac2007..44ba50a 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 = 4;
+const unsigned int TOOLKIT_MICRO_VERSION = 5;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f035215..2e17d85 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.0.4
+Version:    2.0.5
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT