Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
YiFang Xiao committed Jan 22, 2024
1 parent 0542108 commit 3dddb3b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
prerelease: false

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos-arm-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 23.12.08
version-suffix: alpha
prerelease: true
version: 24.01.22
version-suffix: LoongYear
prerelease: false
steps:
- uses: actions/checkout@v3
with:
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.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
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.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
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.6.1 ]
qt_arch: [gcc_64]
env:
version: 23.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
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.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
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.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
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.12.07
version-suffix: HeavySnow
version: 24.01.22
version-suffix: LoongYear
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.12.07
VERSION 24.01.22
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.12.07
VERSION = 24.01.22

# 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.12.07
VERSION = 24.01.22
DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS
contains(QMAKE_TARGET.arch, x86_64) {
DEFINES += NOMINMAX __WIN64
Expand Down

0 comments on commit 3dddb3b

Please sign in to comment.