ENH: version: use 50 as the start

Change-Id: I9ab83a82a7fa6f1f9e2192560f34bd37905932bd
This commit is contained in:
lane.wei 2025-03-28 17:24:38 +08:00 committed by Lane.Wei
parent 3d65edc958
commit 152ce24b7e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ endif()
# The build_version should start from 50 in master branch
set(SLIC3R_VERSION "02.00.01.01")
set(SLIC3R_VERSION "02.00.01.50")
string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION})
set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")