DALi Version 2.0.44 32/264432/1 dali_2.0.44
authorRichard Huang <r.huang@samsung.com>
Fri, 17 Sep 2021 10:42:04 +0000 (11:42 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 17 Sep 2021 10:42:04 +0000 (11:42 +0100)
Change-Id: Ic23ea29b6caa984854d00ed525c4b3181ff66f36

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

index 78b5687..1bebe6e 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 = 43;
+const uint32_t    CORE_MICRO_VERSION = 44;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7672859..138498c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.43
+Version:    2.0.44
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT