Skip to content

Commit

Permalink
bump release version to 22.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed May 20, 2022
1 parent d252238 commit 4bb8ef4
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest

env:
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false

steps:
# macos 11.0 默认环境变了,要指定
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-PR-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.4.7-alpha
version: 22.4.7-GrainBuds

steps:
# macos 11.0 默认环境变了,要指定
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false

steps:
# macos 11.0 默认环境变了,要指定
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
qt_ver: [6.2.4,6.3.0]
qt_arch: [gcc_64]
env:
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-PR-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
qt_ver: [5.15.2,6.2.4]
qt_arch: [gcc_64]
env:
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false
steps:
- uses: actions/setup-python@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
qt_ver: [5.15.2]
qt_arch: [gcc_64]
env:
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
qt_arch: [win64_msvc2019_64]
env:
targetName: GoldenDict.exe
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false
steps:
- uses: actions/setup-python@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-PR-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

env:
targetName: GoldenDict.exe
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false
steps:
- uses: actions/setup-python@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
qt_arch: [win64_msvc2019_64]
env:
targetName: GoldenDict.exe
version: 22.4.24
version-suffix: alpha
prerelease: true
version: 22.5.21
version-suffix: GrainBuds
prerelease: false
# 步骤
steps:
# 安装Qt
Expand Down
4 changes: 2 additions & 2 deletions goldendict.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = goldendict
VERSION = 22.4.24-alpha
VERSION = 22.5.21-GrainBuds

# 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
Expand Down Expand Up @@ -70,7 +70,7 @@ win32 {
TARGET = GoldenDict

win32-msvc* {
VERSION = 22.4.24 # VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
VERSION = 22.5.21 # 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
Expand Down

0 comments on commit 4bb8ef4

Please sign in to comment.