Skip to content

Commit 3257e9a

Browse files
committed
Release v2.0.7
1 parent ec060ce commit 3257e9a

File tree

18 files changed

+31
-31
lines changed

18 files changed

+31
-31
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}
4141
ANDROID_PLATFORM: android-23
4242
ANDROID_NATIVE_API_LEVEL: 23
43-
ChineseChessControl_VERSION: "v2.0.8"
43+
ChineseChessControl_VERSION: "v2.0.7"
4444
VCPKGGITCOMMITID: 1ba9a2591f15af5900f2ce2b3e2bf31771e3ac48
4545
qt_modules: 'qtimageformats qtmultimedia qtscxml qtwebchannel qtwebsockets qtwebview'
4646

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
env:
44
artifact_path: artifact_path
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6-
ChineseChessControl_VERSION: "v2.0.8"
6+
ChineseChessControl_VERSION: "v2.0.7"
77
on:
88
push:
99

.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.8"
21+
ChineseChessControl_VERSION: "v2.0.7"
2222
DOXYGEN_VERSION: 1.9.5
2323
artifact_name: build_doxygen
2424

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
SOURCE_DIR: ${{github.workspace}}/.cache/source
3333
TOOSL_DIR: ${{github.workspace}}/.cache/tools
3434
INSTALL_DIR: ${{github.workspace}}/.cache/install_macos
35-
ChineseChessControl_VERSION: "2.0.8"
35+
ChineseChessControl_VERSION: "2.0.7"
3636
artifact_name: build_macos
3737
qt_modules: 'qtwebengine ${{ matrix.qt_modules }}'
3838
VCPKGGITCOMMITID: 5cf60186a241e84e8232641ee973395d4fde90e1

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SOURCE_DIR: ${{github.workspace}}\.cache\source
2727
TOOSL_DIR: ${{github.workspace}}\.cache\tools
2828
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
29-
ChineseChessControl_VERSION: "v2.0.8"
29+
ChineseChessControl_VERSION: "v2.0.7"
3030
artifact_name: build_mingw
3131

3232
# Map the job outputs to step outputs

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
CMAKE_GENERATOR: "Visual Studio 17 2022"
4545
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
4646
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
47-
ChineseChessControl_VERSION: "v2.0.8"
47+
ChineseChessControl_VERSION: "v2.0.7"
4848
VCPKGGITCOMMITID: 5cf60186a241e84e8232641ee973395d4fde90e1
4949
qt_modules: 'qtwebengine ${{matrix.qt_modules}}'
5050

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
SOURCE_DIR: ${{github.workspace}}/.cache/source
2222
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2323
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
24-
ChineseChessControl_VERSION: "2.0.8"
24+
ChineseChessControl_VERSION: "2.0.7"
2525
artifact_name: build_ubuntu
2626

2727
# 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.8"
53+
- export VERSION="v2.0.7"
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.8"
4+
android:versionName="2.0.7"
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.8")
33+
SET(ChineseChessControl_VERSION "v2.0.7")
3434
# 用 GIT 得到版本号
3535
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
3636
if(NOT GIT)

0 commit comments

Comments
 (0)