ci: update build version to 02.00.00.87

Change-Id: Ia7d7933ecb6ddcff97fde8ec0e6959cc3bbeb173
This commit is contained in:
gerrit 2025-02-15 14:38:09 +08:00 committed by lane.wei
parent aced773cb3
commit 4f8c4c068e

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.86") set(SLIC3R_VERSION "02.00.00.87")
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}")