DALi Version 2.3.12 35/306635/1 dali_2.3.12
authorDavid Steele <david.steele@samsung.com>
Fri, 23 Feb 2024 13:05:38 +0000 (13:05 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 23 Feb 2024 13:05:38 +0000 (13:05 +0000)
Change-Id: I1e0b8a89ac4b5f9826be77ff7f7da8bdcfe5cdff

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

index c5265f9..4c8b325 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 = 11;
+const unsigned int ADAPTOR_MICRO_VERSION = 12;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index cc82170..770f68b 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.11
+Version:    2.3.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT