From 248fd2a7c8a29e18e96e3071be2389793c73a060 Mon Sep 17 00:00:00 2001 From: gerrit Date: Sat, 24 May 2025 16:15:41 +0800 Subject: [PATCH] ci: update build version to 02.01.00.53 Change-Id: I3c70d408f2ce8e1084b56a89ec5a98899959df86 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 62e0f1f17..9194318d6 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.01.00.52") +set(SLIC3R_VERSION "02.01.00.53") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")