DALi Version 2.3.27 80/312380/1 devel/master dali_2.3.27
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 7 Jun 2024 17:26:07 +0000 (18:26 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 7 Jun 2024 17:26:07 +0000 (18:26 +0100)
Change-Id: Iaf5daf5b6986e0901c10a09056d007f993faef84

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

index fb71157..d6d44b1 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 = 26;
+const unsigned int ADAPTOR_MICRO_VERSION = 27;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ed1e61a..2b31ca5 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.26
+Version:    2.3.27
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT