From d23ae16f195012619d381360ec1ad38d2826a1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:30:11 +0800 Subject: [PATCH] ver --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- plugins/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b75f72f8..b57d4f9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Run build script run: | - python build.py ${{ matrix.architecture }} 3.7.9 + python build.py ${{ matrix.architecture }} 3.8.10 - uses: actions/upload-artifact@v4 with: name: ${{ matrix.fname }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71e47081..c9206a8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Run build script run: | - python build.py ${{ matrix.architecture }} 3.7.9 + python build.py ${{ matrix.architecture }} 3.8.10 - uses: actions/upload-artifact@v4 with: name: ${{ matrix.fname }} diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index c889945c..47e6f503 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -29,7 +29,7 @@ include(generate_product_version) set(VERSION_MAJOR 5) set(VERSION_MINOR 3) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) add_library(pch pch.cpp) target_precompile_headers(pch PUBLIC pch.h)