Skip to content

Commit

Permalink
bump release version to 24.09.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Nov 4, 2024
1 parent d22a360 commit fdf8551
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-windows-vcpkg-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdf8551

Please sign in to comment.