Skip to content

Commit

Permalink
bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Nov 7, 2023
1 parent b4c87bb commit ff83be8
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-homebrew-breakpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-6.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions goldendict.pro
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ff83be8

Please sign in to comment.