DALi Version 2.1.32 11/278611/1 dali_2.1.32
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 22 Jul 2022 09:27:20 +0000 (10:27 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 22 Jul 2022 09:27:20 +0000 (10:27 +0100)
Change-Id: I4071e6515d28f3645bcbf6ac97ea7209042b7e24

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

index 301fb5b..9a14f8f 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 = 31;
+const unsigned int ADAPTOR_MICRO_VERSION = 32;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 78d2b5e..b83546e 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.31
+Version:    2.1.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT