diff --git a/.github/workflows/AutoTag.yml b/.github/workflows/AutoTag.yml index af24b9c1..58916337 100644 --- a/.github/workflows/AutoTag.yml +++ b/.github/workflows/AutoTag.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index cca3699a..e72a6664 100644 --- a/.github/workflows/macos-homebrew-breakpad.yml +++ b/.github/workflows/macos-homebrew-breakpad.yml @@ -26,7 +26,7 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false steps: diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index 12b7d8fa..6209d3b7 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -26,7 +26,7 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false steps: diff --git a/.github/workflows/ubuntu-6.2.yml b/.github/workflows/ubuntu-6.2.yml index 4e8905ab..3fbf2e15 100644 --- a/.github/workflows/ubuntu-6.2.yml +++ b/.github/workflows/ubuntu-6.2.yml @@ -29,7 +29,7 @@ jobs: qt_ver: [ 6.5.2 ] qt_arch: [gcc_64] env: - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false steps: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6b3ed93e..4a1d9b33 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -30,7 +30,7 @@ jobs: qt_ver: [5.15.2] qt_arch: [gcc_64] env: - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false steps: diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index f35145c5..5be5ea9d 100644 --- a/.github/workflows/windows-6.x.yml +++ b/.github/workflows/windows-6.x.yml @@ -31,7 +31,7 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false steps: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6b659569..23caf312 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,7 +32,7 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.09.08 + version: 23.09.10 version-suffix: WhiteDew prerelease: false # 步骤 diff --git a/CMakeLists.txt b/CMakeLists.txt index 996d1a0d..7688e144 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(USE_ALTERNATIVE_NAME "Force the name goldendict-ng " OFF) include(FeatureSummary) project(goldendict-ng - VERSION 23.09.08 + VERSION 23.09.10 LANGUAGES CXX C) if (NOT USE_ALTERNATIVE_NAME) diff --git a/goldendict.pro b/goldendict.pro index 919ad5bb..5dc4f6fa 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = goldendict -VERSION = 23.09.08 +VERSION = 23.09.10 # 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 @@ -133,7 +133,7 @@ win32 { win32-msvc* { # VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++ - VERSION = 23.09.08 + VERSION = 23.09.10 DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS contains(QMAKE_TARGET.arch, x86_64) { DEFINES += NOMINMAX __WIN64