ci: update build version to 02.01.00.51

Change-Id: I74ca6199ec76c38803c64f66ba8b520ac682a0e6
This commit is contained in:
gerrit 2025-05-20 14:35:37 +08:00 committed by lane.wei
parent 2105d176c8
commit 1e4051b3af

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.01.00.50") set(SLIC3R_VERSION "02.01.00.51")
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}")