DALi Version 2.0.43 41/263841/1 dali_2.0.43
authorDavid Steele <david.steele@samsung.com>
Fri, 10 Sep 2021 15:20:39 +0000 (16:20 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 10 Sep 2021 15:20:39 +0000 (16:20 +0100)
Change-Id: Id358222187f24e8a86fe65196f67de9d9df51117

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

index d918699..c351a4b 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 = 42;
+const unsigned int ADAPTOR_MICRO_VERSION = 43;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 37b9210..9d19a2d 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.42
+Version:    2.0.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT