DALi Version 2.0.14 06/253906/1 dali_2.0.14
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 19 Feb 2021 08:46:06 +0000 (08:46 +0000)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 19 Feb 2021 08:46:06 +0000 (08:46 +0000)
Change-Id: I1d59df8680ccf53d2a8944525648eaa5773b344a

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

index 7286569..94b3227 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 0;
-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 273e8ad..e529156 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.13
+Version:    2.0.14
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT