DALi Version 2.0.34 60/261060/1 dali_2.0.34
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 9 Jul 2021 08:44:17 +0000 (09:44 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 9 Jul 2021 08:44:17 +0000 (09:44 +0100)
Change-Id: I182c3bc2ae54579272df1e8a1f75f6f3304849e1

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

index 7ca058a..06f41cc 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 = 33;
+const uint32_t    CORE_MICRO_VERSION = 34;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ed74f06..9dc19e4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.33
+Version:    2.0.34
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT