version update

This commit is contained in:
QIDI TECH
2024-11-28 15:28:37 +08:00
parent ccb7e095e1
commit 1244542711
4 changed files with 7 additions and 4 deletions

View File

@@ -13,4 +13,7 @@ endif()
# The build_version should start from 50 in master branch
set(SLIC3R_VERSION "01.09.07.53")
set(SLIC3R_VERSION "01.10.01.50")
string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION})
set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")