diff --git a/.github/workflows/master-all.yml b/.github/workflows/master-all.yml index cc340afcb..d55f9ce44 100644 --- a/.github/workflows/master-all.yml +++ b/.github/workflows/master-all.yml @@ -225,7 +225,7 @@ jobs: ls -halt if [ "${{ github.event_name }}" == "push" ]; then choco apikey --key ${{ secrets.CHOCO_KEY }} --source https://push.chocolatey.org/ - choco push suanpan.3.5.0.nupkg --source https://push.chocolatey.org/ + choco push suanpan.3.6.0.nupkg --source https://push.chocolatey.org/ fi - name: Release SHA256 if: matrix.mkl == 'ON' && matrix.vtk == 'ON' && matrix.avx == 'ON' @@ -244,8 +244,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: suanpan.3.5.0.nupkg - asset_name: suanpan.3.5.0.nupkg + file: suanpan.3.6.0.nupkg + asset_name: suanpan.3.6.0.nupkg tag: ${{ env.SP_TIME }} prerelease: true overwrite: true diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dd852811..a6bc8c10d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -416,7 +416,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux") set(CPACK_PACKAGE_ICON ${ROOT}/Resource/suanPan-ua.svg) set(CPACK_PACKAGE_RELEASE 1) set(CPACK_PACKAGE_VENDOR "tlcfem") - set(CPACK_PACKAGE_VERSION "3.5.0") + set(CPACK_PACKAGE_VERSION "3.6.0") set(CPACK_PACKAGE_DESCRIPTION "An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework") set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/TLCFEM/suanPan") diff --git a/Enhancement/suanPan.iss b/Enhancement/suanPan.iss index 125fc8d6a..d532caa02 100644 --- a/Enhancement/suanPan.iss +++ b/Enhancement/suanPan.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "suanPan" -#define MyAppVersion "3.5" +#define MyAppVersion "3.6" #define MyAppPublisher "Theodore Chang" #define MyAppURL "https://github.com/TLCFEM/suanPan" #define MyAppExeName "suanPan.exe" diff --git a/Enhancement/suanpan.nuspec b/Enhancement/suanpan.nuspec index d3c042edf..67922dc12 100644 --- a/Enhancement/suanpan.nuspec +++ b/Enhancement/suanpan.nuspec @@ -2,7 +2,7 @@ suanpan - 3.5 + 3.6 https://github.com/TLCFEM/suanPan Theodore Chang suanPan diff --git a/Resource/suanPan.rc b/Resource/suanPan.rc index ba2e42192..594d8444e 100644 --- a/Resource/suanPan.rc +++ b/Resource/suanPan.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,5,0,0 - PRODUCTVERSION 3,5,0,0 + FILEVERSION 3,6,0,0 + PRODUCTVERSION 3,6,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "TLCFEM" VALUE "FileDescription", "suanPan --- An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework" - VALUE "FileVersion", "3.5.0.0" + VALUE "FileVersion", "3.6.0.0" VALUE "InternalName", "suanPan" VALUE "LegalCopyright", "Copyright (C) 2017-2024 Theodore Chang https://github.com/TLCFEM/suanPan" VALUE "OriginalFilename", "suanPan" VALUE "ProductName", "suanPan" - VALUE "ProductVersion", "3.5.0.0" + VALUE "ProductVersion", "3.6.0.0" END END BLOCK "VarFileInfo" diff --git a/Toolbox/argument.cpp b/Toolbox/argument.cpp index 9fc924d2a..81e09104d 100644 --- a/Toolbox/argument.cpp +++ b/Toolbox/argument.cpp @@ -48,7 +48,7 @@ using std::ifstream; using std::ofstream; constexpr auto SUANPAN_MAJOR = 3; -constexpr auto SUANPAN_MINOR = 5; +constexpr auto SUANPAN_MINOR = 6; constexpr auto SUANPAN_PATCH = 0; constexpr auto SUANPAN_CODE = "Canopus"; diff --git a/snapcraft.yaml b/snapcraft.yaml index c4ea3b6b7..1d02232fc 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,7 @@ issues: https://github.com/TLCFEM/suanPan/issues license: GPL-3.0 source-code: https://github.com/TLCFEM/suanPan summary: An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework -version: "3.5" +version: "3.6" website: https://bit.ly/suanpan-doc description: | [**suanPan**](https://github.com/TLCFEM/suanPan) is a finite element method (FEM) simulation platform for applications