DALi Version 2.3.9 98/305498/1 dali_2.3.9
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 2 Feb 2024 09:58:14 +0000 (09:58 +0000)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 2 Feb 2024 09:58:14 +0000 (09:58 +0000)
Change-Id: I7de8868c4e81543bc99a3768915d5000164b59b3

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

index 3358bf8..ff2d7a7 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 = 8;
+const unsigned int ADAPTOR_MICRO_VERSION = 9;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4531069..9446991 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.8
+Version:    2.3.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT