From a32bee8bf512ee08b94ff0caf6365c53cf939a58 Mon Sep 17 00:00:00 2001 From: gerrit Date: Tue, 15 Oct 2024 14:45:58 +0800 Subject: [PATCH] ci: update build version to 01.10.00.71 Change-Id: Iae22c6e6c9fc51755c9deb5d266f2794001b24a0 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 397771557..cd9728a0e 100644 --- a/version.inc +++ b/version.inc @@ -15,7 +15,7 @@ endif() # The build_version should start from 50 in master branch -set(SLIC3R_VERSION "01.10.00.70") +set(SLIC3R_VERSION "01.10.00.71") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")