DALi Version 2.0.32 82/260482/1 dali_2.0.32
authorRichard Huang <r.huang@samsung.com>
Fri, 25 Jun 2021 10:17:20 +0000 (11:17 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 25 Jun 2021 10:17:20 +0000 (11:17 +0100)
Change-Id: Ic1a59b5e8e051758b5b07e23490d01f6651d7751

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

index f1d4a2a..e6c7de0 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 0;
-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 1e2e3b4..80e9fe3 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.31
+Version:    2.0.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT