release notes, version bump

This commit is contained in:
Rad
2026-04-28 22:42:01 +02:00
parent 0f715eb7bc
commit b3c41fda41
3 changed files with 48 additions and 3 deletions

View File

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