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

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

index 62950b7..78b5687 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 0;
-const uint32_t    CORE_MICRO_VERSION = 42;
+const uint32_t    CORE_MICRO_VERSION = 43;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9f28a33..7672859 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.42
+Version:    2.0.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT