diff --git a/.github/workflows/release-AutoTag.yml b/.github/workflows/release-AutoTag.yml index c7e8607d..0a476754 100644 --- a/.github/workflows/release-AutoTag.yml +++ b/.github/workflows/release-AutoTag.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest env: - version: 24.09.0 + version: 24.11.0 version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }} prerelease: ${{ !contains(github.ref_name,'master') }} diff --git a/.github/workflows/release-macos-homebrew.yml b/.github/workflows/release-macos-homebrew.yml index 660b7d6a..928e502f 100644 --- a/.github/workflows/release-macos-homebrew.yml +++ b/.github/workflows/release-macos-homebrew.yml @@ -27,7 +27,7 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 24.09.0 + version: 24.11.0 version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }} prerelease: ${{ !contains(github.ref_name,'master') }} steps: diff --git a/.github/workflows/release-windows-vcpkg-cmake.yml b/.github/workflows/release-windows-vcpkg-cmake.yml index 0b422caf..cc5ea2ad 100644 --- a/.github/workflows/release-windows-vcpkg-cmake.yml +++ b/.github/workflows/release-windows-vcpkg-cmake.yml @@ -24,7 +24,7 @@ jobs: qt_ver: [ 6.7.2, 6.6.3 ] qt_arch: [win64_msvc2019_64] env: - version: 24.09.0 + version: 24.11.0 versionSuffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }} prerelease: ${{ !contains(github.ref_name,'master') }} steps: diff --git a/CMakeLists.txt b/CMakeLists.txt index 73050dea..a32127df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ endif () include(FeatureSummary) project(goldendict-ng - VERSION 24.09.0 + VERSION 24.11.0 LANGUAGES CXX C) set(GOLDENDICT "goldendict") # binary/executable name