ENH: version: use 50 as the start
Change-Id: I9ab83a82a7fa6f1f9e2192560f34bd37905932bd
This commit is contained in:
parent
3d65edc958
commit
152ce24b7e
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue