Skip to content

Commit 7a0d942

Browse files
committed
Release v2.0.13
1 parent 263057e commit 7a0d942

18 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
SOURCE_DIR: ${{github.workspace}}/.cache/source
3434
TOOSL_DIR: ${{github.workspace}}/.cache/tools
3535
INSTALL_DIR: ${{github.workspace}}/.cache/install
36-
ChineseChessControl_VERSION: "v2.0.12"
36+
ChineseChessControl_VERSION: "v2.0.13"
3737
VCPKGGITCOMMITID: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
3838
ANDROID_PLATFORM: android-23
3939
ANDROID_NATIVE_API_LEVEL: 23

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: build
55
env:
66
artifact_path: artifact_path
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
ChineseChessControl_VERSION: "v2.0.12"
8+
ChineseChessControl_VERSION: "v2.0.13"
99

1010
on:
1111
push:

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
SOURCE_DIR: ${{github.workspace}}/.cache/source
1919
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2020
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
21-
ChineseChessControl_VERSION: "v2.0.12"
21+
ChineseChessControl_VERSION: "v2.0.13"
2222
DOXYGEN_VERSION: 1.9.8
2323
artifact_name: build_doxygen
2424

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
qt_modules: 'qtwebengine ${{ matrix.qt_modules }}'
3838
VCPKGGITCOMMITID: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
3939
artifact_name: build_macos
40-
ChineseChessControl_VERSION: "2.0.12"
40+
ChineseChessControl_VERSION: "2.0.13"
4141

4242
# Map the job outputs to step outputs
4343
outputs:

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
TOOSL_DIR: ${{github.workspace}}\.cache\tools
2626
INSTALL_DIR: ${{github.workspace}}\.cache\install
2727
artifact_name: build_mingw
28-
ChineseChessControl_VERSION: "v2.0.12"
28+
ChineseChessControl_VERSION: "v2.0.13"
2929

3030
# Map the job outputs to step outputs
3131
outputs:

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: windows-latest
4040

4141
env:
42-
ChineseChessControl_VERSION: "v2.0.12"
42+
ChineseChessControl_VERSION: "v2.0.13"
4343
artifact_name: build_msvc
4444
SOURCE_DIR: ${{github.workspace}}\.cache\source
4545
TOOSL_DIR: ${{github.workspace}}\.cache\tools

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
SOURCE_DIR: ${{github.workspace}}/.cache/source
2323
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2424
INSTALL_DIR: ${{github.workspace}}/.cache/install
25-
ChineseChessControl_VERSION: "2.0.12"
25+
ChineseChessControl_VERSION: "2.0.13"
2626
artifact_name: build_ubuntu
2727

2828
# Map the job outputs to step outputs

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_install:
5050
- sudo Xvfb :99 -ac &
5151
- export DISPLAY=:99.0
5252
- mkdir ${SOURCE_DIR}/Tools
53-
- export VERSION="v2.0.12"
53+
- export VERSION="v2.0.13"
5454
- echo "QT_USER:$QT_USER"
5555
- echo "QT_PASSWORD:$QT_PASSWORD"
5656
- echo "STOREPASS:$STOREPASS"

App/Qt/ChineseChess/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.KangLinStudio.ChineseChess"
4-
android:versionName="2.0.12"
4+
android:versionName="2.0.13"
55
android:versionCode="2"
66
android:installLocation="auto">
77

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(POLICY CMP0021)
3030
endif()
3131

3232
# 设置版本号
33-
SET(ChineseChessControl_VERSION "v2.0.12")
33+
SET(ChineseChessControl_VERSION "v2.0.13")
3434
# 用 GIT 得到版本号
3535
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
3636
if(NOT GIT)

0 commit comments

Comments
 (0)