DALi Version 2.2.0 65/283865/1 dali_2.2.0
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 4 Nov 2022 10:35:40 +0000 (10:35 +0000)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 4 Nov 2022 10:35:40 +0000 (10:35 +0000)
Change-Id: I00bbb1a309e362586ccf36e2a9f955c991b7be99

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

index 535f463..8b0b3f8 100644 (file)
@@ -26,8 +26,8 @@
 namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
-const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 46;
+const unsigned int ADAPTOR_MINOR_VERSION = 2;
+const unsigned int ADAPTOR_MICRO_VERSION = 0;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1fbafaa..960cdf4 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.46
+Version:    2.2.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT