mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-04 16:14:05 +00:00
upgrade release version
This commit is contained in:
parent
f536c523f2
commit
7f0f877817
4
.github/workflows/AutoTag.yml
vendored
4
.github/workflows/AutoTag.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -26,8 +26,8 @@ jobs:
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
4
.github/workflows/macos-homebrew.yml
vendored
4
.github/workflows/macos-homebrew.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
4
.github/workflows/ubuntu-6.2.yml
vendored
4
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
||||||
qt_ver: [ 6.5.2 ]
|
qt_ver: [ 6.5.2 ]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
env:
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
||||||
qt_ver: [5.15.2]
|
qt_ver: [5.15.2]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
env:
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
|
|
4
.github/workflows/windows-6.x.yml
vendored
4
.github/workflows/windows-6.x.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
||||||
qt_arch: [win64_msvc2019_64]
|
qt_arch: [win64_msvc2019_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict.exe
|
targetName: GoldenDict.exe
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-python@v3
|
- 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]
|
qt_arch: [win64_msvc2019_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict.exe
|
targetName: GoldenDict.exe
|
||||||
version: 23.09.10
|
version: 23.09.29
|
||||||
version-suffix: WhiteDew
|
version-suffix: MoonCake
|
||||||
prerelease: false
|
prerelease: false
|
||||||
# 步骤
|
# 步骤
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -22,7 +22,7 @@ option(USE_ALTERNATIVE_NAME "Force the name goldendict-ng " OFF)
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
|
|
||||||
project(goldendict-ng
|
project(goldendict-ng
|
||||||
VERSION 23.09.10
|
VERSION 23.09.29
|
||||||
LANGUAGES CXX C)
|
LANGUAGES CXX C)
|
||||||
|
|
||||||
if (NOT USE_ALTERNATIVE_NAME)
|
if (NOT USE_ALTERNATIVE_NAME)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = goldendict
|
TARGET = goldendict
|
||||||
VERSION = 23.09.10
|
VERSION = 23.09.29
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -133,7 +133,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.09.10
|
VERSION = 23.09.29
|
||||||
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