DALi Version 1.9.0 51/225651/1 dali_1.9.0
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 21 Feb 2020 16:24:36 +0000 (16:24 +0000)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 21 Feb 2020 16:24:36 +0000 (16:24 +0000)
Change-Id: I3a6358a20c4f205f709974fa16392d0599e0be84

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

index a4f6de2..deff025 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 
 const uint32_t CORE_MAJOR_VERSION = 1;
-const uint32_t CORE_MINOR_VERSION = 5;
+const uint32_t CORE_MINOR_VERSION = 9;
 const uint32_t CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
index cc4a55e..ede8538 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.5.0
+Version:    1.9.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT