diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 98514d99db8..70a89ecbbd8 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 a4374338512..63ff8edcdcb 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 2aa084c8947..b5c5c07d4cf 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})