DALi Version 2.2.14 18/288518/1 dali_2.2.14
authorDavid Steele <david.steele@samsung.com>
Fri, 17 Feb 2023 13:51:40 +0000 (13:51 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 17 Feb 2023 13:51:40 +0000 (13:51 +0000)
Change-Id: Ibe53b71f7198c6a3cea884124fbb6bb8bf0a4934

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

index 032b560..b2c3776 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 = 13;
+const unsigned int ADAPTOR_MICRO_VERSION = 14;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9561fa7..b17bb49 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.2.13
+Version:    2.2.14
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT