From d09fdc55860455bd0348d740005fc50feafa7ae7 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 14 Oct 2024 20:12:02 +0800 Subject: [PATCH] ci: update build version to 01.10.00.69 Change-Id: I788fe7504b8b6dad8baedd6f0c813a41cc759b79 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index c1be32501..1fbf4ade8 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.68") +set(SLIC3R_VERSION "01.10.00.69") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")