DALi Version 1.9.1 57/226257/1 dali_1.9.1
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 28 Feb 2020 09:09:26 +0000 (09:09 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 28 Feb 2020 09:09:26 +0000 (09:09 +0000)
Change-Id: Iffc4abc9c36714fe28ed29d319e3586c463d1ecb

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

index 1ece1d1..d6ee5d7 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 9;
-const unsigned int TOOLKIT_MICRO_VERSION = 0;
+const unsigned int TOOLKIT_MICRO_VERSION = 1;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 77aff09..7d63a05 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.9.0
+Version:    1.9.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT