DALi Version 2.3.31 20/314120/1 dali_2.3.31
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 5 Jul 2024 09:08:09 +0000 (10:08 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 5 Jul 2024 09:08:09 +0000 (10:08 +0100)
Change-Id: I87dfb29b82dbbd819348afd666968ed962d642e8

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

index ecdef79..4d34ff6 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-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 6139b48..a86bef1 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.30
+Version:    2.3.31
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT