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)