From 0b594948b862a44455e28595901eaea14772b4cf Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Fri, 21 Jul 2023 21:02:44 +0800 Subject: [PATCH] bump release version to 23.07.23 --- .github/workflows/AutoTag.yml | 4 ++-- .github/workflows/macos-homebrew-breakpad.yml | 6 +++--- .github/workflows/macos-homebrew.yml | 6 +++--- .github/workflows/ubuntu-6.2.yml | 6 +++--- .github/workflows/ubuntu.yml | 6 +++--- .github/workflows/windows-6.x.yml | 6 +++--- .github/workflows/windows.yml | 6 +++--- CMakeLists.txt | 2 +- goldendict.pro | 4 ++-- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/AutoTag.yml b/.github/workflows/AutoTag.yml index 0fad7252..2c800f59 100644 --- a/.github/workflows/AutoTag.yml +++ b/.github/workflows/AutoTag.yml @@ -22,8 +22,8 @@ jobs: runs-on: ubuntu-latest env: - version: 23.06.01 - version-suffix: ChildrenDay + version: 23.07.23 + version-suffix: GreatHeat prerelease: false steps: diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index 9cc85ade..a8509367 100644 --- a/.github/workflows/macos-homebrew-breakpad.yml +++ b/.github/workflows/macos-homebrew-breakpad.yml @@ -26,9 +26,9 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 23.06.02 - version-suffix: alpha - prerelease: true + version: 23.07.23 + version-suffix: GreatHeat + prerelease: false steps: # macos 11.0 默认环境变了,要指定 - name: prepare env diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index 0c78d367..55290a1d 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -26,9 +26,9 @@ jobs: qt_arch: [clang_64] env: targetName: GoldenDict - version: 23.06.02 - version-suffix: alpha - prerelease: true + version: 23.07.23 + version-suffix: GreatHeat + prerelease: false steps: # macos 11.0 默认环境变了,要指定 - name: prepare env diff --git a/.github/workflows/ubuntu-6.2.yml b/.github/workflows/ubuntu-6.2.yml index 794f3537..38f2aee8 100644 --- a/.github/workflows/ubuntu-6.2.yml +++ b/.github/workflows/ubuntu-6.2.yml @@ -29,9 +29,9 @@ jobs: qt_ver: [ 6.5.1 ] qt_arch: [gcc_64] env: - version: 23.06.02 - version-suffix: alpha - prerelease: true + version: 23.07.23 + version-suffix: GreatHeat + prerelease: false steps: - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c41adae3..0512a228 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -30,9 +30,9 @@ jobs: qt_ver: [5.15.2] qt_arch: [gcc_64] env: - version: 23.06.02 - version-suffix: alpha - prerelease: true + version: 23.07.23 + version-suffix: GreatHeat + prerelease: false steps: - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index 78d68872..70e28e35 100644 --- a/.github/workflows/windows-6.x.yml +++ b/.github/workflows/windows-6.x.yml @@ -31,9 +31,9 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.06.02 - version-suffix: alpha - prerelease: true + version: 23.07.23 + version-suffix: GreatHeat + prerelease: false steps: - uses: actions/setup-python@v3 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 20164927..b7b4414e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,9 +32,9 @@ jobs: qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe - version: 23.06.02 - version-suffix: alpha - prerelease: true + version: 23.07.23 + version-suffix: GreatHeat + prerelease: false # 步骤 steps: # 安装Qt diff --git a/CMakeLists.txt b/CMakeLists.txt index 50939bdb..c16c00cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(USE_SYSTEM_TOML "use system toml++ instead of bundled one" OFF) include(FeatureSummary) project(goldendict-ng - VERSION 23.06.02 + VERSION 23.07.23 LANGUAGES CXX C) set(GOLDENDICT "goldendict") # binary/executable name diff --git a/goldendict.pro b/goldendict.pro index fbcf7fb6..d8b5ca44 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = goldendict -VERSION = 23.06.02-alpha +VERSION = 23.07.23 # 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 @@ -132,7 +132,7 @@ win32 { win32-msvc* { # VS does not recognize 22.number.alpha,cause errors during compilation under MSVC++ - VERSION = 23.06.02 + VERSION = 23.07.23 DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS contains(QMAKE_TARGET.arch, x86_64) { DEFINES += NOMINMAX __WIN64