v1.8.9: Upgrade component versions (#1118)

This commit is contained in:
Xiaoxia
2025-08-23 07:12:14 +08:00
committed by GitHub
parent 610a4a0703
commit ddbb24942d
14 changed files with 36 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(PROJECT_VER "1.8.8")
set(PROJECT_VER "1.8.9")
# Add this line to disable the specific warning
add_compile_options(-Wno-missing-field-initializers)