DALi Version 1.9.7 66/230366/1 dali_1.9.7
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 9 Apr 2020 14:48:03 +0000 (15:48 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 9 Apr 2020 14:48:03 +0000 (15:48 +0100)
Change-Id: Iae6e17dfe622444a7a9c71d7fb83ce319457420e

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

index 2241f40..ea2e632 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 9;
-const uint32_t CORE_MICRO_VERSION = 6;
+const uint32_t CORE_MICRO_VERSION = 7;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index acc5bfa..ee564ad 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.9.6
+Version:    1.9.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT