DALi Version 2.0.6 49/250049/1 dali_2.0.6
authoradam.b <adam.b@samsung.com>
Fri, 18 Dec 2020 11:08:29 +0000 (11:08 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 18 Dec 2020 11:08:29 +0000 (11:08 +0000)
Change-Id: I9c43a2cbfa441b88960e582f7a3b4a6d35b9135d

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

index c0cba53..abf2afe 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 = 5;
+const unsigned int ADAPTOR_MICRO_VERSION = 6;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 6fdc308..0d6aaa6 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.5
+Version:    2.0.6
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT