Bump to 2.0.3 (#1241)

* fix c6 compilation error

* remove afe preferred core

* fix release.py missing board type config

* Bump to 2.0.3

* remove duplicated depends
This commit is contained in:
Xiaoxia
2025-09-26 08:52:43 +08:00
committed by GitHub
parent 916ea39fad
commit dd45d0de26
5 changed files with 6 additions and 7 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 "2.0.2")
set(PROJECT_VER "2.0.3")
# Add this line to disable the specific warning
add_compile_options(-Wno-missing-field-initializers)