From 2b98b506fe2e95a9e25a230c530cd09ea93e8df8 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Fri, 13 Sep 2024 19:11:08 -0400 Subject: [PATCH] dev: version bump for new dev cycle --- .github/workflows/release-AutoTag.yml | 2 +- .github/workflows/release-macos-homebrew.yml | 2 +- .github/workflows/release-windows-vcpkg-cmake.yml | 2 +- CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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