Merge "DALi Version 1.9.22" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 24 Jul 2020 10:13:27 +0000 (10:13 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 24 Jul 2020 10:13:27 +0000 (10:13 +0000)
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