DALi Version 2.3.8 93/305093/1 dali_2.3.8
authorDavid Steele <david.steele@samsung.com>
Fri, 26 Jan 2024 10:20:58 +0000 (10:20 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 26 Jan 2024 10:20:58 +0000 (10:20 +0000)
Change-Id: I31a35015487573296af9a0d64b71751e169390c3

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

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