ci: update build version to 02.00.03.72

Change-Id: I99add5aeb1b5ece9aafb23d7e60716336b600406
This commit is contained in:
gerrit 2025-05-20 09:39:54 +08:00 committed by lane.wei
parent 5e9ae27769
commit b7267d322c

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.71") set(SLIC3R_VERSION "02.00.03.72")
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}")