From 2580ce9fe7e709015533007e91ac5308de570b05 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Sat, 7 Dec 2024 15:22:11 +0800 Subject: [PATCH] ENH: version: update version to 1.10.2.50 jira: no-jira Change-Id: I6689f5e6400e1304d61c8c7fb36354f067e14fe1 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 2fe407a81..14c25ac85 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.01.51") +set(SLIC3R_VERSION "01.10.02.50") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")