From 152ce24b7e7e3a0d08ca0896a245ad91177ce607 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 28 Mar 2025 17:24:38 +0800 Subject: [PATCH] ENH: version: use 50 as the start Change-Id: I9ab83a82a7fa6f1f9e2192560f34bd37905932bd --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index cb182b611..91dbb3f17 100644 --- a/version.inc +++ b/version.inc @@ -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}")