DALi Version 2.2.50 76/300576/1 dali_2.2.50
authorDavid Steele <david.steele@samsung.com>
Fri, 27 Oct 2023 09:35:28 +0000 (10:35 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 27 Oct 2023 09:35:28 +0000 (10:35 +0100)
Change-Id: Ie2fe13a914e8ddf5257e83abb56cd8b0019d24f5

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

index 72d2e99..87a2f40 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 49;
+const unsigned int ADAPTOR_MICRO_VERSION = 50;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7b6ecc4..c80c451 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.2.49
+Version:    2.2.50
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT