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

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

index ac3ba67..9679d79 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
-const unsigned int ADAPTOR_MINOR_VERSION = 5;
+const unsigned int ADAPTOR_MINOR_VERSION = 9;
 const unsigned int ADAPTOR_MICRO_VERSION = 0;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
index e8acd9d..dcb3172 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.0
+Version:    1.9.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT