From 5c7fb874eeb87c8dd4863c16a9bee1ece2d86a55 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 11 Apr 2025 14:27:22 +0800 Subject: [PATCH] ENH: version: bumped to 2.0.2 Change-Id: I0f5b40345e358405c734156873eef266b4c64525 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 4f788fa25..4057a29f9 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.01.54") +set(SLIC3R_VERSION "02.00.02.50") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")