DALi Version 1.9.9 76/231876/1 dali_1.9.9
authorgreynaga <g.reynaga@samsung.com>
Fri, 24 Apr 2020 15:00:30 +0000 (16:00 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 24 Apr 2020 15:00:30 +0000 (16:00 +0100)
Change-Id: Ibcfb8f6cd748e243f824ceca526994029e7d0577

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

index ff5ad21..d398ec6 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 = 8;
+const uint32_t CORE_MICRO_VERSION = 9;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d326c8c..2a2b2a9 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.9.8
+Version:    1.9.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT