From ebdfa828455510fe630c4c1933d6e919ee6c045c Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 21 Oct 2024 14:42:09 +0800 Subject: [PATCH] ci: update build version to 01.10.00.75 Change-Id: Ifcb17c8378d4bd821a9c085d4e43a6e9b8f71b27 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 18e27734a..b854d3c15 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.74") +set(SLIC3R_VERSION "01.10.00.75") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")