From d3405cf4614959aa8be6a9978fa8465073621028 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 5 Jul 2026 17:07:23 +0800 Subject: [PATCH] bump version to 2.4.2 --- scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml | 6 ++++++ version.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml b/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml index 1bc831a753..0aea72e4b8 100644 --- a/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml +++ b/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml @@ -45,6 +45,12 @@ #00695C + + https://www.orcaslicer.com/wiki/releases/release_2_4_2 + +

See the release page for detailed changelog of OrcaSlicer 2.4.2 release.

+
+
https://www.orcaslicer.com/wiki/releases/release_2_4_1 diff --git a/version.inc b/version.inc index a9f26a2ba6..7698543334 100644 --- a/version.inc +++ b/version.inc @@ -7,7 +7,7 @@ set(SLIC3R_APP_KEY "OrcaSlicer") if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "0") endif() -set(SoftFever_VERSION "2.4.1") +set(SoftFever_VERSION "2.4.2") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" SoftFever_VERSION_MATCH ${SoftFever_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})