mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-04 16:14:05 +00:00
bump release a minor version
This commit is contained in:
parent
28ee5248de
commit
3deba7476b
2
.github/workflows/AutoTag.yml
vendored
2
.github/workflows/AutoTag.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/macos-homebrew.yml
vendored
2
.github/workflows/macos-homebrew.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/ubuntu-6.2.yml
vendored
2
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
qt_ver: [ 6.5.2 ]
|
qt_ver: [ 6.5.2 ]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
env:
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
qt_ver: [5.15.2]
|
qt_ver: [5.15.2]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
env:
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/windows-6.x.yml
vendored
2
.github/workflows/windows-6.x.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
qt_arch: [win64_msvc2019_64]
|
qt_arch: [win64_msvc2019_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict.exe
|
targetName: GoldenDict.exe
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
qt_arch: [win64_msvc2019_64]
|
qt_arch: [win64_msvc2019_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict.exe
|
targetName: GoldenDict.exe
|
||||||
version: 23.07.23
|
version: 23.07.23.1
|
||||||
version-suffix: GreatHeat
|
version-suffix: GreatHeat
|
||||||
prerelease: false
|
prerelease: false
|
||||||
# 步骤
|
# 步骤
|
||||||
|
|
|
@ -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.07.23
|
VERSION 23.07.23.1
|
||||||
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.07.23
|
VERSION = 23.07.23.1
|
||||||
|
|
||||||
# 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.07.23
|
VERSION = 23.07.23.1
|
||||||
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
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
<id>org.goldendict_ng.desktop</id>
|
<id>org.goldendict_ng.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="23.07.23.1" date="2023-07-31"/>
|
||||||
<release version="23.07.23" date="2023-07-23"/>
|
<release version="23.07.23" date="2023-07-23"/>
|
||||||
<release version="23.06.01" date="2023-06-01"/>
|
<release version="23.06.01" date="2023-06-01"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
Loading…
Reference in a new issue