From fdf855181753525ea0c066de5c5703e62ef03e77 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Mon, 4 Nov 2024 16:27:58 -0500 Subject: [PATCH] bump release version to 24.09.1 --- .github/workflows/release-AutoTag.yml | 2 +- .github/workflows/release-macos-homebrew.yml | 4 ++-- .github/workflows/release-windows-vcpkg-cmake.yml | 2 +- CMakeLists.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-AutoTag.yml b/.github/workflows/release-AutoTag.yml index c7e8607d..5b6596d4 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.09.1 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..f3fe45cc 100644 --- a/.github/workflows/release-macos-homebrew.yml +++ b/.github/workflows/release-macos-homebrew.yml @@ -22,12 +22,12 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-12,macos-14] + os: [macos-13,macos-14] qt_ver: [ 6.7.2,6.6.3 ] qt_arch: [clang_64] env: targetName: GoldenDict - version: 24.09.0 + version: 24.09.1 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..2a7730c6 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.09.1 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..06e5c14c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ endif () include(FeatureSummary) project(goldendict-ng - VERSION 24.09.0 + VERSION 24.09.1 LANGUAGES CXX C) set(GOLDENDICT "goldendict") # binary/executable name