DALi Version 2.4.0 69/316969/1 dali_2.4.0
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 20 Dec 2024 11:36:49 +0000 (11:36 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 20 Dec 2024 11:36:49 +0000 (11:36 +0000)
Change-Id: I9a8de8ca55a3702fae786ddbe1f1d947db8c20d6

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

index a39817c92e63e2dc3fa5886f8b7b189ed8975f7e..1c8d16ec47fe076f5f1d2a67c55425194c1395d5 100644 (file)
@@ -26,8 +26,8 @@
 namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
-const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 54;
+const unsigned int ADAPTOR_MINOR_VERSION = 4;
+const unsigned int ADAPTOR_MICRO_VERSION = 0;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 727664034691e0b8f39ee3f31833c2b5c7af69ba..1f929c3ea6dc8df76c553d39fa3cac636fc94693 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.54
+Version:    2.4.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT