DALi Version 2.4.13 02/322302/1 dali_2.4.13
authorDavid Steele <david.steele@samsung.com>
Mon, 7 Apr 2025 10:38:43 +0000 (11:38 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 7 Apr 2025 10:38:43 +0000 (11:38 +0100)
Change-Id: I3bd709990da9dd42903a4f5e1413f438e858f61e

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

index 312dad8f16780defa5603375d1727806f90ad431..247737bfcfb5f1b43f4f5f7485a4271dcfea80f2 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 12;
+const unsigned int ADAPTOR_MICRO_VERSION = 13;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 452026b206a57e73a756117ac71c9af8831adcd4..09a0a7e3dfcc00d62b1a885b1db561d50f56b255 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.4.12
+Version:    2.4.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT