From b402ee9a0f56713225950fe98553dfadd637d132 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 11 Nov 2024 20:31:19 +0800 Subject: [PATCH] ci: update build version to 01.10.00.88 Change-Id: I3477592b9b8418a0152544a34878572526d6a794 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 11ac78771..67485f586 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 "01.10.00.87") +set(SLIC3R_VERSION "01.10.00.88") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")