DALi Version 2.2.18 38/290038/1 dali_2.2.18
authorDavid Steele <david.steele@samsung.com>
Fri, 17 Mar 2023 12:43:32 +0000 (12:43 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 17 Mar 2023 12:43:32 +0000 (12:43 +0000)
Change-Id: I42f5d51e3f3aa0393fed5d7ed051bd8bbaf178b7

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

index a489e32..b3c2b4c 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 = 17;
+const unsigned int ADAPTOR_MICRO_VERSION = 18;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7717469..648ece4 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.2.17
+Version:    2.2.18
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT