DALi Version 1.9.22 96/239396/1 dali_1.9.22
authorRichard Huang <r.huang@samsung.com>
Fri, 24 Jul 2020 09:48:15 +0000 (10:48 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 24 Jul 2020 09:48:15 +0000 (10:48 +0100)
Change-Id: I74c0950d538b50d8e63a8aed5c5e59a4e39311ee

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

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