bump staged version to 22.4.19-alpha

This commit is contained in:
xiaoyifang 2022-04-18 22:15:07 +08:00
parent d6810a89bd
commit 4d83fc567a
9 changed files with 10 additions and 10 deletions

View file

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
env:
version: 22.4.7-alpha
version: 22.4.19-alpha
# 步骤
steps:
- uses: actions/checkout@v3

View file

@ -39,7 +39,7 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.4.7-alpha
version: 22.4.19-alpha
steps:
# macos 11.0 默认环境变了,要指定

View file

@ -39,7 +39,7 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.4.7-alpha
version: 22.4.19-alpha
steps:
- uses: actions/checkout@v3

View file

@ -39,7 +39,7 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 22.4.7-alpha
version: 22.4.19-alpha
steps:
# macos 11.0 默认环境变了,要指定

View file

@ -39,7 +39,7 @@ jobs:
qt_ver: [6.3.0]
qt_arch: [gcc_64]
env:
version: 22.4.7-alpha
version: 22.4.19-alpha
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3

View file

@ -39,7 +39,7 @@ jobs:
qt_ver: [5.15.2]
qt_arch: [gcc_64]
env:
version: 22.4.7-alpha
version: 22.4.19-alpha
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3

View file

@ -46,7 +46,7 @@ jobs:
qt_arch_install: msvc2019_64
env:
targetName: GoldenDict.exe
version: 22.4.7-alpha
version: 22.4.19-alpha
# 步骤
steps:
# 安装Qt

View file

@ -46,7 +46,7 @@ jobs:
qt_arch_install: msvc2019_64
env:
targetName: GoldenDict.exe
version: 22.4.7-alpha
version: 22.4.19-alpha
# 步骤
steps:
# 安装Qt

View file

@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = goldendict
VERSION = 22.4.7-alpha
VERSION = 22.4.19-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
@ -70,7 +70,7 @@ win32 {
TARGET = GoldenDict
win32-msvc* {
VERSION = 22.4.7 # VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
VERSION = 22.4.19 # 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