mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
dev: prepare a new version
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
This commit is contained in:
parent
0bf8a4a3fd
commit
15abc8952b
4
.github/workflows/release-AutoTag.yml
vendored
4
.github/workflows/release-AutoTag.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/release-macos-homebrew.yml
vendored
4
.github/workflows/release-macos-homebrew.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue