From c32939add2e5dff62ea990e25c919cefe8a20579 Mon Sep 17 00:00:00 2001 From: gerrit Date: Thu, 9 Jan 2025 09:52:12 +0800 Subject: [PATCH] ci: update build version to 01.10.02.64 Change-Id: I1440504a8078918ae34887a179b04104177efcc8 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 714640f4a..09fad0cfa 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.02.63") +set(SLIC3R_VERSION "01.10.02.64") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")