ci: update build version to 02.00.00.71

Change-Id: Icd5ea950dd2a22f2ad381c519d6b97bc804b812d
This commit is contained in:
gerrit 2025-01-11 18:31:47 +08:00 committed by lane.wei
parent d29fa512ac
commit b5c5b053f6

View File

@ -13,7 +13,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 "02.00.00.70") set(SLIC3R_VERSION "02.00.00.71")
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}")