ci: update build version to 02.00.03.71

Change-Id: I77ba05e4e8e1f9a70ec166c996e71699c5c05dc0
This commit is contained in:
gerrit 2025-05-19 17:09:45 +08:00 committed by lane.wei
parent 3a8c7527c1
commit fd990199fd

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.03.70") set(SLIC3R_VERSION "02.00.03.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}")