From 15abc8952bdfde7b2d478ee3c1de8c2944bb969b Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Thu, 12 Sep 2024 17:33:33 -0400 Subject: [PATCH] dev: prepare a new version --- .github/workflows/release-AutoTag.yml | 4 ++-- .github/workflows/release-macos-homebrew.yml | 4 ++-- .github/workflows/release-windows-vcpkg-cmake.yml | 4 ++-- CMakeLists.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-AutoTag.yml b/.github/workflows/release-AutoTag.yml index 6d05d546..c7e8607d 100644 --- a/.github/workflows/release-AutoTag.yml +++ b/.github/workflows/release-AutoTag.yml @@ -22,8 +22,8 @@ jobs: runs-on: ubuntu-latest env: - version: 24.05.13 - version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'NextNameHere' }} + version: 24.09.0 + version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }} prerelease: ${{ !contains(github.ref_name,'master') }} steps: diff --git a/.github/workflows/release-macos-homebrew.yml b/.github/workflows/release-macos-homebrew.yml index 2a0413ae..660b7d6a 100644 --- a/.github/workflows/release-macos-homebrew.yml +++ b/.github/workflows/release-macos-homebrew.yml @@ -27,8 +27,8 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 24.05.13 - version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'NextNameHere' }} + version: 24.09.0 + version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }} prerelease: ${{ !contains(github.ref_name,'master') }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release-windows-vcpkg-cmake.yml b/.github/workflows/release-windows-vcpkg-cmake.yml index a909a0fa..0b422caf 100644 --- a/.github/workflows/release-windows-vcpkg-cmake.yml +++ b/.github/workflows/release-windows-vcpkg-cmake.yml @@ -24,8 +24,8 @@ jobs: qt_ver: [ 6.7.2, 6.6.3 ] qt_arch: [win64_msvc2019_64] env: - version: 24.05.13 - versionSuffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'NextNameHere' }} + version: 24.09.0 + versionSuffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }} prerelease: ${{ !contains(github.ref_name,'master') }} steps: - name: Install Qt diff --git a/CMakeLists.txt b/CMakeLists.txt index 2feb159e..73050dea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ endif () include(FeatureSummary) project(goldendict-ng - VERSION 24.05.13 + VERSION 24.09.0 LANGUAGES CXX C) set(GOLDENDICT "goldendict") # binary/executable name