DALi Version 1.9.8 14/231114/1 dali_1.9.8
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 17 Apr 2020 09:07:04 +0000 (10:07 +0100)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 17 Apr 2020 09:07:04 +0000 (10:07 +0100)
Change-Id: I2394c7fb1b1df5a2c2379c928d62ab1a87f98c81

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

index 70a027a..46c6917 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 7;
+const unsigned int ADAPTOR_MICRO_VERSION = 8;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a726c29..7f0b190 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.7
+Version:    1.9.8
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT