mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
bump version to 22.8.23 release
This commit is contained in:
parent
1c4ed819be
commit
aa12e5a232
4
.github/workflows/AutoTag.yml
vendored
4
.github/workflows/AutoTag.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
|
||||
steps:
|
||||
|
|
4
.github/workflows/macos-6.2.yml
vendored
4
.github/workflows/macos-6.2.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
qt_arch: [clang_64]
|
||||
env:
|
||||
targetName: GoldenDict
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
|
||||
steps:
|
||||
|
|
4
.github/workflows/macos-PR-check.yml
vendored
4
.github/workflows/macos-PR-check.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
|||
qt_ver: [5.15.2,6.2.4]
|
||||
qt_arch: [clang_64]
|
||||
env:
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
|
||||
steps:
|
||||
|
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
|||
qt_arch: [clang_64]
|
||||
env:
|
||||
targetName: GoldenDict
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
|
||||
steps:
|
||||
|
|
4
.github/workflows/ubuntu-6.2.yml
vendored
4
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
|||
qt_ver: [6.3.1]
|
||||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
steps:
|
||||
- name: Install Qt
|
||||
|
|
4
.github/workflows/ubuntu-PR-check.yml
vendored
4
.github/workflows/ubuntu-PR-check.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
|||
qt_ver: [5.15.2,6.2.4]
|
||||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
steps:
|
||||
- uses: actions/setup-python@v3
|
||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
|||
qt_ver: [5.15.2]
|
||||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
steps:
|
||||
- name: Install Qt
|
||||
|
|
4
.github/workflows/windows-6.2.yml
vendored
4
.github/workflows/windows-6.2.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
|||
qt_arch: [win64_msvc2019_64]
|
||||
env:
|
||||
targetName: GoldenDict.exe
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
steps:
|
||||
- uses: actions/setup-python@v3
|
||||
|
|
4
.github/workflows/windows-PR-check.yml
vendored
4
.github/workflows/windows-PR-check.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
|
||||
env:
|
||||
targetName: GoldenDict.exe
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
steps:
|
||||
- uses: actions/setup-python@v3
|
||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -32,8 +32,8 @@ jobs:
|
|||
qt_arch: [win64_msvc2019_64]
|
||||
env:
|
||||
targetName: GoldenDict.exe
|
||||
version: 22.7.23
|
||||
version-suffix: GreatHeat
|
||||
version: 22.8.23
|
||||
version-suffix: EndOfHeat
|
||||
prerelease: false
|
||||
# 步骤
|
||||
steps:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TEMPLATE = app
|
||||
TARGET = goldendict
|
||||
VERSION = 22.7.23-GreatHeat
|
||||
VERSION = 22.8.23-EndOfHeat
|
||||
|
||||
# Generate version file. We do this here and in a build rule described later.
|
||||
# The build rule is required since qmake isn't run each time the project is
|
||||
|
@ -90,7 +90,7 @@ win32 {
|
|||
TARGET = GoldenDict
|
||||
|
||||
win32-msvc* {
|
||||
VERSION = 22.7.23 # VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
|
||||
VERSION = 22.8.23 # VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
|
||||
DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS
|
||||
contains(QMAKE_TARGET.arch, x86_64) {
|
||||
DEFINES += NOMINMAX __WIN64
|
||||
|
|
Loading…
Reference in a new issue