DALi Version 2.0.15 30/254330/1 dali_2.0.15
authorDavid Steele <david.steele@samsung.com>
Fri, 26 Feb 2021 12:43:34 +0000 (12:43 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 26 Feb 2021 12:43:34 +0000 (12:43 +0000)
Change-Id: I55fe7a105f367f566779479ef4d03e572a645942

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

index a530c4a..9d923f7 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 = 14;
+const unsigned int TOOLKIT_MICRO_VERSION = 15;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index bc219ba..5a88552 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.0.14
+Version:    2.0.15
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT