From 0263b6d2bdd39d6da7badf3b1ed786c35080f248 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 14 Oct 2024 18:04:45 +0800 Subject: [PATCH] ci: update build version to 01.10.00.68 Change-Id: I2e14483c6b899b38ee7e62baaefb0b9e28266c26 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 6cb02754c..c1be32501 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.67") +set(SLIC3R_VERSION "01.10.00.68") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")