DALi Version 1.9.23 97/239997/1 dali_1.9.23
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 31 Jul 2020 10:10:51 +0000 (11:10 +0100)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 31 Jul 2020 10:10:51 +0000 (11:10 +0100)
Change-Id: I7b955c3a0e00f5ebb54879f83af85c2246b39ee6

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

index b0fb3aa..b46fb1d 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 = 22;
+const unsigned int ADAPTOR_MICRO_VERSION = 23;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index da1e28e..bb03a48 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.22
+Version:    1.9.23
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT