Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed May 8, 2020
1 parent 4ad7a38 commit fc178e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CONFIGURE_FILE(
ADD_CUSTOM_TARGET(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake")

SET(BUILD_VERSION "v1.0.0")
SET(BUILD_VERSION "v1.0.1")
# Find Git Version Patch
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 "v1.0.0"
!define PRODUCT_VERSION "v1.0.1"
!define PRODUCT_PUBLISHER "KangLin studio"
!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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
#### [下载安装包](https://github.com/KangLin/ChineseChessControl/releases/latest)

- windows
- [ChineseChessControl-Setup-v1.0.0.exe](https://github.com/KangLin/ChineseChessControl/releases/download/v1.0.0/ChineseChessControl-Setup-v1.0.0.exe)
- [ChineseChessControl-Setup-msvc1900-x86-v1.0.1.exe](https://github.com/KangLin/ChineseChessControl/releases/download/v1.0.1/ChineseChessControl-Setup-msvc1900-x86-v1.0.1.exe)
- [ChineseChessControl-Setup-msvc1900-x86_64-v1.0.1.exe](https://github.com/KangLin/ChineseChessControl/releases/download/v1.0.1/ChineseChessControl-Setup-msvc1900-x86_64-v1.0.1.exe)
Windows安装包,支持 Windows xp 以上系统

#### 开发
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#TODO: Change version

version: 'v1..{build}'
version: 'v1.0.1.{build}'

cache:
- model
Expand Down Expand Up @@ -116,5 +116,5 @@ deploy:
BUILD_TARGERT: windows_msvc
TOOLCHAIN_VERSION: 14
#QT_VERSION: 5.6.3
BUILD_ARCH: x86
#BUILD_ARCH: x86
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit fc178e3

Please sign in to comment.