mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-04 16:14:05 +00:00
bump release version to 23.07.23
This commit is contained in:
parent
9d5505669c
commit
0b594948b8
4
.github/workflows/AutoTag.yml
vendored
4
.github/workflows/AutoTag.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
version: 23.06.01
|
version: 23.07.23
|
||||||
version-suffix: ChildrenDay
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -26,9 +26,9 @@ jobs:
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
version: 23.06.02
|
version: 23.07.23
|
||||||
version-suffix: alpha
|
version-suffix: GreatHeat
|
||||||
prerelease: true
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
# macos 11.0 默认环境变了,要指定
|
# macos 11.0 默认环境变了,要指定
|
||||||
- name: prepare env
|
- name: prepare env
|
||||||
|
|
6
.github/workflows/macos-homebrew.yml
vendored
6
.github/workflows/macos-homebrew.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
version: 23.06.02
|
version: 23.07.23
|
||||||
version-suffix: alpha
|
version-suffix: GreatHeat
|
||||||
prerelease: true
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
# macos 11.0 默认环境变了,要指定
|
# macos 11.0 默认环境变了,要指定
|
||||||
- name: prepare env
|
- name: prepare env
|
||||||
|
|
6
.github/workflows/ubuntu-6.2.yml
vendored
6
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -29,9 +29,9 @@ jobs:
|
||||||
qt_ver: [ 6.5.1 ]
|
qt_ver: [ 6.5.1 ]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
env:
|
||||||
version: 23.06.02
|
version: 23.07.23
|
||||||
version-suffix: alpha
|
version-suffix: GreatHeat
|
||||||
prerelease: true
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
|
|
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
|
@ -30,9 +30,9 @@ jobs:
|
||||||
qt_ver: [5.15.2]
|
qt_ver: [5.15.2]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
env:
|
||||||
version: 23.06.02
|
version: 23.07.23
|
||||||
version-suffix: alpha
|
version-suffix: GreatHeat
|
||||||
prerelease: true
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
|
|
6
.github/workflows/windows-6.x.yml
vendored
6
.github/workflows/windows-6.x.yml
vendored
|
@ -31,9 +31,9 @@ jobs:
|
||||||
qt_arch: [win64_msvc2019_64]
|
qt_arch: [win64_msvc2019_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict.exe
|
targetName: GoldenDict.exe
|
||||||
version: 23.06.02
|
version: 23.07.23
|
||||||
version-suffix: alpha
|
version-suffix: GreatHeat
|
||||||
prerelease: true
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -32,9 +32,9 @@ jobs:
|
||||||
qt_arch: [win64_msvc2019_64]
|
qt_arch: [win64_msvc2019_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict.exe
|
targetName: GoldenDict.exe
|
||||||
version: 23.06.02
|
version: 23.07.23
|
||||||
version-suffix: alpha
|
version-suffix: GreatHeat
|
||||||
prerelease: true
|
prerelease: false
|
||||||
# 步骤
|
# 步骤
|
||||||
steps:
|
steps:
|
||||||
# 安装Qt
|
# 安装Qt
|
||||||
|
|
|
@ -14,7 +14,7 @@ option(USE_SYSTEM_TOML "use system toml++ instead of bundled one" OFF)
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
|
|
||||||
project(goldendict-ng
|
project(goldendict-ng
|
||||||
VERSION 23.06.02
|
VERSION 23.07.23
|
||||||
LANGUAGES CXX C)
|
LANGUAGES CXX C)
|
||||||
|
|
||||||
set(GOLDENDICT "goldendict") # binary/executable name
|
set(GOLDENDICT "goldendict") # binary/executable name
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = goldendict
|
TARGET = goldendict
|
||||||
VERSION = 23.06.02-alpha
|
VERSION = 23.07.23
|
||||||
|
|
||||||
# Generate version file. We do this here and in a build rule described later.
|
# 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
|
# The build rule is required since qmake isn't run each time the project is
|
||||||
|
@ -132,7 +132,7 @@ win32 {
|
||||||
|
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
# VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
|
# VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++
|
||||||
VERSION = 23.06.02
|
VERSION = 23.07.23
|
||||||
DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS
|
DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS
|
||||||
contains(QMAKE_TARGET.arch, x86_64) {
|
contains(QMAKE_TARGET.arch, x86_64) {
|
||||||
DEFINES += NOMINMAX __WIN64
|
DEFINES += NOMINMAX __WIN64
|
||||||
|
|
Loading…
Reference in a new issue