DALi Version 2.2.21 31/291031/1 dali_2.2.21
authorDavid Steele <david.steele@samsung.com>
Thu, 6 Apr 2023 13:47:52 +0000 (14:47 +0100)
committerDavid Steele <david.steele@samsung.com>
Thu, 6 Apr 2023 13:47:52 +0000 (14:47 +0100)
Change-Id: I5d8945b2b0873e2686669807ef26824c27054f3c

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

index 5116fac..af27e66 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 = 20;
+const unsigned int ADAPTOR_MICRO_VERSION = 21;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 41cbfbc..a6249c1 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.2.20
+Version:    2.2.21
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT