DALi Version 2.0.40 42/262842/1 dali_2.0.40
authorDavid Steele <david.steele@samsung.com>
Fri, 20 Aug 2021 11:18:41 +0000 (12:18 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 20 Aug 2021 11:18:41 +0000 (12:18 +0100)
Change-Id: Idc1c929465a1ad07f4481937139b2c8da2501534

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

index 9e861d6..402e2c1 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 = 39;
+const unsigned int ADAPTOR_MICRO_VERSION = 40;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 452cdf8..5be2140 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.39
+Version:    2.0.40
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT