DALi Version 2.0.7 02/250402/1 dali_2.0.7
authorGyörgy Straub <g.straub@partner.samsung.com>
Thu, 24 Dec 2020 07:48:57 +0000 (07:48 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Thu, 24 Dec 2020 07:48:57 +0000 (07:48 +0000)
Change-Id: I0fab8f6081a49bdfd002bbb66b2096618bdc4fea

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

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