diff --git a/.github/workflows/AutoTag.yml b/.github/workflows/AutoTag.yml index 63a5b887..885e122b 100644 --- a/.github/workflows/AutoTag.yml +++ b/.github/workflows/AutoTag.yml @@ -21,8 +21,8 @@ jobs: runs-on: ubuntu-latest env: - version: 23.09.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false steps: diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index 1a7ee71a..5d643b3d 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.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false steps: diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index b5a31ca6..4c636cd3 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.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false steps: diff --git a/.github/workflows/ubuntu-6.2.yml b/.github/workflows/ubuntu-6.2.yml index da903e50..537cbc84 100644 --- a/.github/workflows/ubuntu-6.2.yml +++ b/.github/workflows/ubuntu-6.2.yml @@ -29,8 +29,8 @@ jobs: qt_ver: [ 6.5.2 ] qt_arch: [gcc_64] env: - version: 23.09.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false steps: - name: Install Qt diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index caab2e26..0650786e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -30,8 +30,8 @@ jobs: qt_ver: [5.15.2] qt_arch: [gcc_64] env: - version: 23.09.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false steps: - name: Install Qt diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index 1eb7167c..062fad4e 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.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false steps: - uses: actions/setup-python@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 03a76211..3439a5cc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,8 +32,8 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.09.10 - version-suffix: WhiteDew + version: 23.09.29 + version-suffix: MoonCake prerelease: false # 步骤 steps: diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c85adf9..0680509e 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.10 + VERSION 23.09.29 LANGUAGES CXX C) if (NOT USE_ALTERNATIVE_NAME) diff --git a/goldendict.pro b/goldendict.pro index 5dc4f6fa..be486e72 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = goldendict -VERSION = 23.09.10 +VERSION = 23.09.29 # 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.10 + VERSION = 23.09.29 DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS contains(QMAKE_TARGET.arch, x86_64) { DEFINES += NOMINMAX __WIN64