From 70fd764e7dfa14e856d016a0c83eea883243eeb7 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 18 Jun 2026 00:42:10 +0800 Subject: [PATCH] bump version to 2.4.0 official release --- .github/workflows/publish_release.yml | 2 +- scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml | 4 ++-- version.inc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 98514d99db..70a89ecbbd 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -17,7 +17,7 @@ on: required: true type: string tag: - description: 'Tag of the draft release to upload to (e.g. v2.4.0-beta)' + description: 'Tag of the draft release to upload to (e.g. v2.4.0)' required: true type: string diff --git a/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml b/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml index a437433851..63ff8edcdc 100644 --- a/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml +++ b/scripts/flatpak/com.orcaslicer.OrcaSlicer.metainfo.xml @@ -45,8 +45,8 @@ #00695C - - https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/2.4.0-beta + + https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/2.4.0

See the release page for detailed changelog.

diff --git a/version.inc b/version.inc index 2aa084c894..b5c5c07d4c 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.0-beta") +set(SoftFever_VERSION "2.4.0") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" SoftFever_VERSION_MATCH ${SoftFever_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})