DALi Version 2.1.30 47/277547/1 dali_2.1.30
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 8 Jul 2022 05:47:39 +0000 (06:47 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 8 Jul 2022 05:47:39 +0000 (06:47 +0100)
Change-Id: I61ee6970d3b31b7c511b82a4497d4183e2fc86e2

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

index 40865eb..57b0bf1 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 = 29;
+const uint32_t    CORE_MICRO_VERSION = 30;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 07e87f7..a3a1a89 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.1.29
+Version:    2.1.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT