Merge "Doxygen script update" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 20 Mar 2020 18:17:59 +0000 (18:17 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 20 Mar 2020 18:17:59 +0000 (18:17 +0000)
automated-tests/packaging/core-dali-toolkit-tests.spec
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-toolkit.spec

index b2570aa..10fef06 100644 (file)
@@ -5,7 +5,7 @@ Summary:    Core API unit TC (%{name})
 Version:    0.1
 Release:    0
 Group:      Development/Tools
-License:    Apache-2.0
+License:    Apache-2.0 and OFL-1.1
 Source0:    %{name}-%{version}.tar.gz
 Requires:       dali
 Requires:       dali-adaptor
index 10384f3..b0c796a 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 = 3;
+const unsigned int TOOLKIT_MICRO_VERSION = 4;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index dd64299..ea60d4b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.9.3
+Version:    1.9.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT