ci: update build version to 02.00.00.56

Change-Id: I381aecb3aebd9fb344db42c1ff6c5ce90e45bb23
This commit is contained in:
gerrit 2025-01-02 09:52:16 +08:00 committed by lane.wei
parent aee0cb382b
commit 32143cfcbc

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.55") set(SLIC3R_VERSION "02.00.00.56")
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}")