DALi Version 1.5.16 dali_1.5.16
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 18:03:05 +0000 (03:03 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 18:03:05 +0000 (03:03 +0900)
Change-Id: I7323c684e41d68c835548fb63563d51bdcd568af

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

index 7363062..6268f35 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 5;
-const unsigned int TOOLKIT_MICRO_VERSION = 15;
+const unsigned int TOOLKIT_MICRO_VERSION = 16;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 563c5cf..1319a54 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.15
+Version:    1.5.16
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT