Skip to content

Commit

Permalink
change version from 22.2 to 22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Apr 1, 2022
1 parent b771f0e commit 40abd01
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

env:
version: 22.2.alpha
version: 22.4.alpha
# 步骤
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.2.alpha
version: 22.4.alpha

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

steps:
# macos 11.0 默认环境变了,要指定
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
qt_ver: [6.2.3]
qt_arch: [gcc_64]
env:
version: 22.2.alpha
version: 22.4.alpha
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
qt_ver: [5.15.2]
qt_arch: [gcc_64]
env:
version: 22.2.alpha
version: 22.4.alpha
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
qt_arch_install: msvc2019_64
env:
targetName: GoldenDict.exe
version: 22.2.alpha
version: 22.4.alpha
# 步骤
steps:
# 安装Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# qt_arch_install: msvc2019_64
env:
targetName: GoldenDict.exe
version: 22.2.alpha
version: 22.4.alpha
# 步骤
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.2.alpha
VERSION = 22.4.alpha

# 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.2 # VS does not recognize 22.2.alpha,cause errors during compilation under MSVC++
VERSION = 22.4 # 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 40abd01

Please sign in to comment.