From 81987ccc3e3abaef1b27933bce4bcec9ae79259f Mon Sep 17 00:00:00 2001 From: gerrit Date: Tue, 7 Jan 2025 12:04:06 +0800 Subject: [PATCH] ci: update build version to 02.00.00.61 Change-Id: I4152317c2c783d99ebd9cf4e828c7415694445df --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 36f16cee7..31fce8972 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.00.60") +set(SLIC3R_VERSION "02.00.00.61") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")