Skip to content

Commit

Permalink
Release v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Apr 5, 2024
1 parent 263057e commit 7a0d942
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
ChineseChessControl_VERSION: "v2.0.12"
ChineseChessControl_VERSION: "v2.0.13"
VCPKGGITCOMMITID: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
ANDROID_PLATFORM: android-23
ANDROID_NATIVE_API_LEVEL: 23
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: "v2.0.12"
ChineseChessControl_VERSION: "v2.0.13"

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: "v2.0.12"
ChineseChessControl_VERSION: "v2.0.13"
DOXYGEN_VERSION: 1.9.8
artifact_name: build_doxygen

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
qt_modules: 'qtwebengine ${{ matrix.qt_modules }}'
VCPKGGITCOMMITID: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
artifact_name: build_macos
ChineseChessControl_VERSION: "2.0.12"
ChineseChessControl_VERSION: "2.0.13"

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install
artifact_name: build_mingw
ChineseChessControl_VERSION: "v2.0.12"
ChineseChessControl_VERSION: "v2.0.13"

# Map the job outputs to step outputs
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 @@ -39,7 +39,7 @@ jobs:
runs-on: windows-latest

env:
ChineseChessControl_VERSION: "v2.0.12"
ChineseChessControl_VERSION: "v2.0.13"
artifact_name: build_msvc
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
ChineseChessControl_VERSION: "2.0.12"
ChineseChessControl_VERSION: "2.0.13"
artifact_name: build_ubuntu

# Map the job outputs to step outputs
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="v2.0.12"
- export VERSION="v2.0.13"
- echo "QT_USER:$QT_USER"
- echo "QT_PASSWORD:$QT_PASSWORD"
- echo "STOREPASS:$STOREPASS"
Expand Down
2 changes: 1 addition & 1 deletion App/Qt/ChineseChess/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.KangLinStudio.ChineseChess"
android:versionName="2.0.12"
android:versionName="2.0.13"
android:versionCode="2"
android:installLocation="auto">

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 "v2.0.12")
SET(ChineseChessControl_VERSION "v2.0.13")
# 用 GIT 得到版本号
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
if(NOT GIT)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- v2.0.12
- v2.0.13
- 修复: 修改 build.yml 增加文件签名

- v2.0.12
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 "v2.0.12"
!define PRODUCT_VERSION "v2.0.13"
!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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
- [![从 sourceforge 下载](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/rabbitChineseChessControl/files/latest/download)

+ 开发文档
- [从 GITHUB 下载](https://github.com/KangLin/ChineseChessControl/releases/download/v2.0.12/ChineseChessControl_v2.0.12_document.zip)
- [从 Sourceforge 下载](https://sourceforge.net/projects/chinesechesscontrol/files/v2.0.12/ChineseChessControl_v2.0.12_document.zip/download)
- [从 GITHUB 下载](https://github.com/KangLin/ChineseChessControl/releases/download/v2.0.13/ChineseChessControl_v2.0.13_document.zip)
- [从 Sourceforge 下载](https://sourceforge.net/projects/chinesechesscontrol/files/v2.0.13/ChineseChessControl_v2.0.13_document.zip/download)
+ [在线开发文档](https://kanglin.github.io/ChineseChessControl/html/index.html)

#### 贡献
Expand Down
2 changes: 1 addition & 1 deletion UI/ActiveX/ChineseChessActiveXCtrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ END_PROPPAGEIDS(CChineseChessActiveXCtrl)

// 初始化类工厂和 guid

IMPLEMENT_OLECREATE_EX(CChineseChessActiveXCtrl, "ChineseChessActiveX.2.0.12",
IMPLEMENT_OLECREATE_EX(CChineseChessActiveXCtrl, "ChineseChessActiveX.2.0.13",
0xe4e060cb,0xa3aa,0x4278,0xb1,0xed,0xce,0x50,0x20,0xc4,0x2e,0xc7)

// 键入库 ID 和版本
Expand Down
2 changes: 1 addition & 1 deletion UI/ActiveX/ChineseChessActiveXPropPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ END_MESSAGE_MAP()

// 初始化类工厂和 guid

IMPLEMENT_OLECREATE_EX(CChineseChessActiveXPropPage, "ChineseChessActiveXPropPage.2.0.12",
IMPLEMENT_OLECREATE_EX(CChineseChessActiveXPropPage, "ChineseChessActiveXPropPage.2.0.13",
0x035c7fb0,0x47a0,0x45fb,0xa4,0x5a,0xc2,0x9d,0xcf,0xe9,0xe0,0x01)

// CChineseChessActiveXPropPage::CChineseChessActiveXPropPageFactory::UpdateRegistry -
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: 'v2.0.12.{build}'
version: 'v2.0.13.{build}'

cache:
- ..\other_source
Expand All @@ -12,7 +12,7 @@ environment:
secure: EoBPaPuJ6u9UDYpQWjKhUg==
QT_PASSWORD:
secure: ejAYGgB+3sBispRxUSr0xw==
ChineseChessControl_VERSION: "v2.0.12"
ChineseChessControl_VERSION: "v2.0.13"

matrix:
##### msvc 2015 ########
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chinesechess (2.0.12) stable; urgency=medium
chinesechess (2.0.13) stable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends: debhelper (>=13~), debhelper-compat (=13), fakeroot, cmake,
qt6-tools-dev, qt6-tools-dev-tools, qt6-base-dev, qt6-base-dev-tools,
qt6-l10n-tools, qt6-translations-l10n, qt6-scxml-dev,
qt6-webengine-dev, qt6-webengine-dev-tools
Standards-Version:"v2.0.12"
Standards-Version:"v2.0.13"
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 7a0d942

Please sign in to comment.