DALi Version 1.5.7 16/230616/1 dali_1.5.7
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 04:33:43 +0000 (13:33 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 04:34:01 +0000 (13:34 +0900)
Change-Id: I666eda7d9ebfa87a5492afa7cdfc7215fa583731
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-toolkit.spec

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