DALi Version 2.1.31 69/277969/1 dali_2.1.31
authorRichard Huang <r.huang@samsung.com>
Fri, 15 Jul 2022 12:16:37 +0000 (13:16 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 15 Jul 2022 12:16:37 +0000 (13:16 +0100)
Change-Id: Ic6aebf46ac631514810982aa0e84405944e81b28

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

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