DALi Version 2.1.32 10/278610/1 dali_2.1.32
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 22 Jul 2022 09:27:05 +0000 (10:27 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 22 Jul 2022 09:27:05 +0000 (10:27 +0100)
Change-Id: I4389984828fbe097cfa7ffcb9c7f10b1ca189c76

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

index 69a55a0..4c3a96d 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 1;
-const uint32_t    CORE_MICRO_VERSION = 31;
+const uint32_t    CORE_MICRO_VERSION = 32;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 902e290..327db18 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.1.31
+Version:    2.1.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT