DALi Version 2.2.7 86/285986/1 dali_2.2.7
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 23 Dec 2022 11:34:52 +0000 (11:34 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 23 Dec 2022 11:34:52 +0000 (11:34 +0000)
Change-Id: Ied087417fc7eebb5ab5907b4f7f926c7ed04a6b0

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

index bfcbf7c..ce19b31 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 6;
+const unsigned int ADAPTOR_MICRO_VERSION = 7;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index b3e6fc8..b76c18d 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.2.6
+Version:    2.2.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT