DALi Version 1.5.11 83/233183/1 dali_1.5.11
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 13 May 2020 01:57:27 +0000 (10:57 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 13 May 2020 01:57:27 +0000 (10:57 +0900)
Change-Id: I3f871a321b667198f4b8e7dcce82f8bece25efb4

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

index f6d8027..340d5e9 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 = 10;
+const unsigned int TOOLKIT_MICRO_VERSION = 11;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 71e75e1..5ba4e12 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.5.10
+Version:    1.5.11
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT