DALi Version 2.2.15 22/288922/1 dali_2.2.15
authorRichard Huang <r.huang@samsung.com>
Fri, 24 Feb 2023 12:24:21 +0000 (12:24 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 24 Feb 2023 12:24:21 +0000 (12:24 +0000)
Change-Id: Idb0557b63ca46ac0a6f4e56520e02282aeedec3a

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

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