DALi Version 2.3.18 75/309175/1 dali_2.3.18
authorDavid Steele <david.steele@samsung.com>
Fri, 5 Apr 2024 09:57:37 +0000 (10:57 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 5 Apr 2024 09:57:37 +0000 (10:57 +0100)
Change-Id: I3b4cfb1f8b8be670ef535c986cf6bada33d4e4e8

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

index a29c99f..2c02fa5 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 = 17;
+const unsigned int ADAPTOR_MICRO_VERSION = 18;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e369b4f..b6cef81 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.17
+Version:    2.3.18
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT