From 1c65d0ad5a3e29e9a3d4aa3f0b9ab4c272d25508 Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Wed, 26 Feb 2025 20:27:04 +0800 Subject: [PATCH] version update --- resources/profiles/Q Series.json | 2 +- resources/profiles/X 3 Series.json | 2 +- resources/profiles/X 4 Series.json | 2 +- version.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Q Series.json b/resources/profiles/Q Series.json index d3e9a48..1079c3b 100644 --- a/resources/profiles/Q Series.json +++ b/resources/profiles/Q Series.json @@ -1,6 +1,6 @@ { "name": "Q Series", - "version": "01.10.01.52", + "version": "01.10.02.76", "force_update": "0", "description": "Q Series configurations", "machine_model_list": [ diff --git a/resources/profiles/X 3 Series.json b/resources/profiles/X 3 Series.json index 89f5492..7dc472f 100644 --- a/resources/profiles/X 3 Series.json +++ b/resources/profiles/X 3 Series.json @@ -1,6 +1,6 @@ { "name": "X-3-Series", - "version": "01.10.01.52", + "version": "01.10.02.76", "force_update": "0", "description": "X-3-Series configurations", "machine_model_list": [ diff --git a/resources/profiles/X 4 Series.json b/resources/profiles/X 4 Series.json index 8f0474a..eea6794 100644 --- a/resources/profiles/X 4 Series.json +++ b/resources/profiles/X 4 Series.json @@ -1,6 +1,6 @@ { "name": "X-4-Series", - "version": "01.10.01.52", + "version": "01.10.02.76", "force_update": "0", "description": "X-4-Series configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index 90cfbce..2cf3f58 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.52") +set(SLIC3R_VERSION "01.10.02.76") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")