DALi Version 2.1.22 19/275019/1 dali_2.1.22
authorRichard Huang <r.huang@samsung.com>
Fri, 13 May 2022 11:01:15 +0000 (12:01 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 13 May 2022 11:01:15 +0000 (12:01 +0100)
Change-Id: I5a2a5b3c2823e742be2075e08e4468cf7e10edad

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

index aeea3d8..62cf1cd 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 = 21;
+const unsigned int ADAPTOR_MICRO_VERSION = 22;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4304e73..ebd50cc 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.21
+Version:    2.1.22
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT