release bump version to 2023.06.01

This commit is contained in:
YiFang Xiao 2023-05-31 20:44:48 +08:00
parent 8fd1d4a4c2
commit d00ea8ea20
8 changed files with 16 additions and 16 deletions

View file

@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-latest
env:
version: 23.05.01
version-suffix: WuYi
version: 23.06.01
version-suffix: ChildrenDay
prerelease: false
steps:

View file

@ -26,8 +26,8 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 23.05.01
version-suffix: WuYi
version: 23.06.01
version-suffix: ChildrenDay
prerelease: false
steps:
# macos 11.0 默认环境变了,要指定

View file

@ -30,9 +30,9 @@ jobs:
qt_ver: [6.4.3]
qt_arch: [gcc_64]
env:
version: 23.05.03
version-suffix: alpha
prerelease: true
version: 23.06.01
version-suffix: ChildrenDay
prerelease: false
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3

View file

@ -30,8 +30,8 @@ jobs:
qt_ver: [5.15.2]
qt_arch: [gcc_64]
env:
version: 23.05.01
version-suffix: WuYi
version: 23.06.01
version-suffix: ChildrenDay
prerelease: false
steps:
- name: Install Qt

View file

@ -31,8 +31,8 @@ jobs:
qt_arch: [win64_msvc2019_64]
env:
targetName: GoldenDict.exe
version: 23.05.01
version-suffix: WuYi
version: 23.06.01
version-suffix: ChildrenDay
prerelease: false
steps:
- uses: actions/setup-python@v3

View file

@ -32,8 +32,8 @@ jobs:
qt_arch: [win64_msvc2019_64]
env:
targetName: GoldenDict.exe
version: 23.05.01
version-suffix: WuYi
version: 23.06.01
version-suffix: ChildrenDay
prerelease: false
# 步骤
steps:

View file

@ -12,7 +12,7 @@ option(WITH_ZIM "enable zim support" ON)
include(FeatureSummary)
project(goldendict-ng
VERSION 23.05.01
VERSION 23.06.01
LANGUAGES CXX C)
set(GOLDENDICT "goldendict") # binary/executable name

View file

@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = goldendict
VERSION = 23.05.01-WuYi
VERSION = 23.06.01-ChildrenDay
# 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
@ -138,7 +138,7 @@ win32 {
win32-msvc* {
# VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
VERSION = 23.05.01
VERSION = 23.06.01
DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS
contains(QMAKE_TARGET.arch, x86_64) {
DEFINES += NOMINMAX __WIN64