DALi Version 2.2.29 49/293749/1 dali_2.2.29
authorRichard Huang <r.huang@samsung.com>
Fri, 2 Jun 2023 10:36:46 +0000 (11:36 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 2 Jun 2023 10:36:46 +0000 (11:36 +0100)
Change-Id: Icf79fcf84c805f8574cfd9a7e86007051bb815a3

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

index c8d5b8f992416f8b059772392f24dcf1023bb24a..7667b095a1c37179bb5bb1be6339ff90960d3ff7 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 2;
-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 df36f50afea7127a4db9c6a8f02f43de0d5e3804..3e047496b2d2b651b2d19481f13d4b4c9ddad5c5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.28
+Version:    2.2.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT