feature update version info

This commit is contained in:
alves
2026-03-11 10:32:57 +08:00
parent 0874b313ec
commit 72eb6882fa
4 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(Snapmaker_VERSION "2.2.4")
set(Snapmaker_VERSION "2.3.0")
set(MIN_FIRM_VER "1.0.0")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})