From a4f7280e42eaec6a6b4dc8d37ed3460fe8b03b0a Mon Sep 17 00:00:00 2001 From: gerrit Date: Sat, 11 Jan 2025 16:27:21 +0800 Subject: [PATCH] ci: update build version to 02.00.00.70 Change-Id: I510ed259e713e7459dd38286c0792bdfe5f180e7 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index a5c2b2916..7f88ab13d 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.69") +set(SLIC3R_VERSION "02.00.00.70") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")