DALi Version 2.3.4 76/303276/1 dali_2.3.4
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 22 Dec 2023 11:27:20 +0000 (11:27 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 22 Dec 2023 11:27:20 +0000 (11:27 +0000)
Change-Id: Ibaa52b91b9a3bff2dce14e8534259764229bbcb7

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

index 9e09301..95c9a68 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 = 3;
+const unsigned int ADAPTOR_MICRO_VERSION = 4;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1d5c492..9c9ea14 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.3
+Version:    2.3.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT