DALi Version 2.0.29
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 4 Jun 2021 08:56:32 +0000 (09:56 +0100)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 8 Jun 2021 03:23:00 +0000 (12:23 +0900)
Change-Id: Ie234f7bb71d0341355f8d6a62257fba000e31313

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

index 7591f55ca174c2acbc9eec56fce6a8ff8238ceec..8a1a7857198275d95ed05061c66a2b802b34c50e 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 = 28;
+const uint32_t    CORE_MICRO_VERSION = 29;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index daa1281361a63cfc5ac071a9a658833b165d0922..fe7bd8211f2a8acf005fb0c2ac5aa4508972e6fd 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.28
+Version:    2.0.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT