From bca344b31c148042cad6f533ca42857880eb78b0 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 14 Oct 2024 09:24:57 +0800 Subject: [PATCH] ci: update build version to 01.10.00.64 Change-Id: Ida9ddc7d402a6c9e807a2b02c93b74b0277cf720 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index cb6df0cd5..802f23d36 100644 --- a/version.inc +++ b/version.inc @@ -15,7 +15,7 @@ endif() # The build_version should start from 50 in master branch -set(SLIC3R_VERSION "01.10.00.63") +set(SLIC3R_VERSION "01.10.00.64") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")