DALi Version 1.5.4 dali_1.5.4
authorneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:08:14 +0000 (18:08 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:08:14 +0000 (18:08 +0900)
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-toolkit.spec

index e1d4b50..f3cefd6 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 = 3;
+const unsigned int TOOLKIT_MICRO_VERSION = 4;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 35ac8f8..a62019d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.3
+Version:    1.5.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT