DALi Version 2.1.23 11/275311/1 dali_2.1.23
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 20 May 2022 10:16:26 +0000 (11:16 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 20 May 2022 10:16:26 +0000 (11:16 +0100)
Change-Id: Iadfcb7cbbc4b59cadeee7c33ce88ecf2fe0dc9ec

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

index 62cf1cd..81e1fcf 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 22;
+const unsigned int ADAPTOR_MICRO_VERSION = 23;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ebd50cc..1266b9a 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.22
+Version:    2.1.23
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT