Skip to content

Commit

Permalink
Release v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jul 24, 2023
1 parent 80db800 commit 6cf2cdf
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}
ANDROID_PLATFORM: android-23
ANDROID_NATIVE_API_LEVEL: 23
ChineseChessControl_VERSION: "2.0.11"
ChineseChessControl_VERSION: "v2.0.11"
VCPKGGITCOMMITID: d765306b074717dea8dc1c4723e1b025acb61c2d
qt_modules: 'qtimageformats qtmultimedia qtscxml qtwebchannel qtwebsockets qtwebview'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: build
env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ChineseChessControl_VERSION: "2.0.11"
ChineseChessControl_VERSION: "v2.0.11"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
ChineseChessControl_VERSION: "2.0.11"
ChineseChessControl_VERSION: "v2.0.11"
DOXYGEN_VERSION: 1.9.5
artifact_name: build_doxygen

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
ChineseChessControl_VERSION: "2.0.11"
ChineseChessControl_VERSION: "v2.0.11"
artifact_name: build_mingw

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
CMAKE_GENERATOR: "Visual Studio 17 2022"
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
ChineseChessControl_VERSION: "2.0.11"
ChineseChessControl_VERSION: "v2.0.11"
VCPKGGITCOMMITID: d765306b074717dea8dc1c4723e1b025acb61c2d
qt_modules: 'qtwebengine ${{matrix.qt_modules}}'

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_install:
- sudo Xvfb :99 -ac &
- export DISPLAY=:99.0
- mkdir ${SOURCE_DIR}/Tools
- export VERSION="2.0.11"
- export VERSION="v2.0.11"
- echo "QT_USER:$QT_USER"
- echo "QT_PASSWORD:$QT_PASSWORD"
- echo "STOREPASS:$STOREPASS"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(POLICY CMP0021)
endif()

# 设置版本号
SET(ChineseChessControl_VERSION "2.0.11")
SET(ChineseChessControl_VERSION "v2.0.11")
# 用 GIT 得到版本号
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
if(NOT GIT)
Expand Down
2 changes: 1 addition & 1 deletion Install/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "ChineseChessControl"
!define PRODUCT_VERSION "2.0.11"
!define PRODUCT_VERSION "v2.0.11"
!define PRODUCT_PUBLISHER "Kang Lin (kl222@126.com)"
!define PRODUCT_WEB_SITE "https://github.com/KangLin/${PRODUCT_NAME}"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
+ [最后版本](https://github.com/KangLin/ChineseChessControl/releases/latest)
+ 当前版本:
- Windows安装包,支持 Windows 7 以上系统。
- chinesechesscontrol_v2.0.1_Windows_x64_setup.exe
- chinesechesscontrol_v2.0.11_Windows_x64_setup.exe
- [从 GITHUB 下载](https://github.com/KangLin/ChineseChessControl/releases/download/v2.0.11/chinesechesscontrol_v2.0.11_Windows_x64_setup.exe)
- [从 Sourceforge 下载](https://sourceforge.net/projects/chinesechesscontrol/files/v2.0.11/chinesechesscontrol_v2.0.11_Windows_x64_setup.exe/download)
- chinesechesscontrol_v2.0.11_Windows_X86_setup.exe
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2.0.11.{build}'
version: 'v2.0.11.{build}'

cache:
- Package
Expand All @@ -10,7 +10,7 @@ environment:
secure: EoBPaPuJ6u9UDYpQWjKhUg==
QT_PASSWORD:
secure: ejAYGgB+3sBispRxUSr0xw==
ChineseChessControl_VERSION: "2.0.11"
ChineseChessControl_VERSION: "v2.0.11"

matrix:
##### msvc 2019 ########
Expand Down
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ case ${BUILD_TARGERT} in
esac

if [ -n "$appveyor_build_version" -a -z "$VERSION" ]; then
export VERSION="2.0.11"
export VERSION="v2.0.11"
fi
if [ -z "$VERSION" ]; then
export VERSION="2.0.11"
export VERSION="v2.0.11"
fi
export DEBIAN_VERSION="2.0.11"
export UPLOADTOOL_BODY="Release ChineseChess ${VERSION}.<br/> The change see [ChangeLog.md](ChangeLog.md)"
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: games
Priority: optional
Maintainer: Kang Lin <kl222@126.com>
Build-Depends: debhelper (>= 6)
Standards-Version:"2.0.11"
Standards-Version:"v2.0.11"
Homepage: https://github.com/KangLin/ChineseChessControl
Vcs-Git: https://github.com/KangLin/ChineseChessControl.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ChineseChessControl.git
Expand Down

0 comments on commit 6cf2cdf

Please sign in to comment.