From ceb98c2076c9bd9b418c7e1f072b426b1f9a2786 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 28 Oct 2024 15:58:44 +0800 Subject: [PATCH] ci: update build version to 01.10.00.80 Change-Id: If6a1726d92a54eab20cffe84cd2831debb4b94ea --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index bf1cbc757..98be9adc3 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.79") +set(SLIC3R_VERSION "01.10.00.80") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")