ci: update build version to 01.10.00.69

Change-Id: I788fe7504b8b6dad8baedd6f0c813a41cc759b79
This commit is contained in:
gerrit 2024-10-14 20:12:02 +08:00 committed by Lane.Wei
parent 3344b81131
commit d09fdc5586

View File

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