diff --git a/.github/workflows/AutoTag.yml b/.github/workflows/AutoTag.yml index 723f8f0e5..9a7a87d3e 100644 --- a/.github/workflows/AutoTag.yml +++ b/.github/workflows/AutoTag.yml @@ -21,8 +21,8 @@ jobs: runs-on: ubuntu-latest env: - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false steps: diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index 15edb3f4a..782847840 100644 --- a/.github/workflows/macos-homebrew-breakpad.yml +++ b/.github/workflows/macos-homebrew-breakpad.yml @@ -26,8 +26,8 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false steps: diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index 79365df32..5459e972f 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -26,8 +26,8 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false steps: diff --git a/.github/workflows/ubuntu-6.2.yml b/.github/workflows/ubuntu-6.2.yml index 7dbe81281..e8f356925 100644 --- a/.github/workflows/ubuntu-6.2.yml +++ b/.github/workflows/ubuntu-6.2.yml @@ -24,8 +24,8 @@ jobs: qt_ver: [ 6.5.2,6.6.0 ] qt_arch: [gcc_64] env: - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false steps: - name: Install Qt diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0f4f559bc..a6bb0efd7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -25,8 +25,8 @@ jobs: qt_ver: [5.15.2] qt_arch: [gcc_64] env: - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false steps: - name: Install Qt diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index 77ad3899c..bb84cab75 100644 --- a/.github/workflows/windows-6.x.yml +++ b/.github/workflows/windows-6.x.yml @@ -31,8 +31,8 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false steps: - uses: actions/setup-python@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d91cd16e1..51d8e46dc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,8 +27,8 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.09.29 - version-suffix: MoonCake + version: 23.11.08 + version-suffix: BeginningOfWinter prerelease: false # 步骤 steps: diff --git a/CMakeLists.txt b/CMakeLists.txt index 0680509e3..1abf99424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ option(USE_ALTERNATIVE_NAME "Force the name goldendict-ng " OFF) include(FeatureSummary) project(goldendict-ng - VERSION 23.09.29 + VERSION 23.11.08 LANGUAGES CXX C) if (NOT USE_ALTERNATIVE_NAME) diff --git a/goldendict.pro b/goldendict.pro index be486e72f..5f0323463 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = goldendict -VERSION = 23.09.29 +VERSION = 23.11.08 # 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.29 + VERSION = 23.11.08 DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS contains(QMAKE_TARGET.arch, x86_64) { DEFINES += NOMINMAX __WIN64