From 45c8e7b0cec35287f3b9b335c68d56fe84bc835d Mon Sep 17 00:00:00 2001 From: gerrit Date: Wed, 15 Jan 2025 16:31:31 +0800 Subject: [PATCH] ci: update build version to 02.00.00.80 Change-Id: I051cce3fec21db49e0632ac6998a0008bbfab884 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 13ddce5a8..222d326c6 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 "02.00.00.79") +set(SLIC3R_VERSION "02.00.00.80") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")