bump version to 2.4.0 official release

This commit is contained in:
SoftFever
2026-06-18 00:42:10 +08:00
parent ed2e7d02d0
commit 70fd764e7d
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -45,8 +45,8 @@
<color type="primary" scheme_preference="dark">#00695C</color>
</branding>
<releases>
<release version="2.4.0-beta" date="2026-06-08" type="development">
<url type="details">https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/2.4.0-beta</url>
<release version="2.4.0" date="2026-06-08" type="development">
<url type="details">https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/2.4.0</url>
<description>
<p>See the release page for detailed changelog.</p>
</description>

View File

@@ -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})