mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
release bump version to 2023.06.01
This commit is contained in:
parent
8fd1d4a4c2
commit
d00ea8ea20
4
.github/workflows/AutoTag.yml
vendored
4
.github/workflows/AutoTag.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/macos-homebrew-xapian.yml
vendored
4
.github/workflows/macos-homebrew-xapian.yml
vendored
|
@ -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 默认环境变了,要指定
|
||||
|
|
6
.github/workflows/ubuntu-6.2-xapian.yml
vendored
6
.github/workflows/ubuntu-6.2-xapian.yml
vendored
|
@ -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
|
||||
|
|
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: 23.05.01
|
||||
version-suffix: WuYi
|
||||
version: 23.06.01
|
||||
version-suffix: ChildrenDay
|
||||
prerelease: false
|
||||
steps:
|
||||
- name: Install Qt
|
||||
|
|
4
.github/workflows/windows-6.x-xapian.yml
vendored
4
.github/workflows/windows-6.x-xapian.yml
vendored
|
@ -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
|
||||
|
|
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: 23.05.01
|
||||
version-suffix: WuYi
|
||||
version: 23.06.01
|
||||
version-suffix: ChildrenDay
|
||||
prerelease: false
|
||||
# 步骤
|
||||
steps:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue