Skip to content

Commit

Permalink
Update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Sep 1, 2023
1 parent 934f7d6 commit 988e441
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev-mkl-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
./suanPan-linux-mkl-vtk/bin/suanPan -v
- uses: actions/upload-artifact@v3
with:
name: suanPan-3.1.0-1.x86_64.deb
path: suanPan-3.1.0-1.x86_64.deb
name: suanPan-3.2.0-1.x86_64.deb
path: suanPan-3.2.0-1.x86_64.deb
fedora-mkl-vtk-dev:
runs-on: ubuntu-22.04
timeout-minutes: 60
Expand Down Expand Up @@ -68,10 +68,10 @@ jobs:
make package -j"$(nproc)"
- name: Test
run: |
dnf install ./suanPan-3.1.0-1.x86_64.rpm -y
dnf install ./suanPan-3.2.0-1.x86_64.rpm -y
suanPan -v
- name: Upload
uses: actions/upload-artifact@v3
with:
name: suanPan-3.1.0-1.x86_64.rpm
path: suanPan-3.1.0-1.x86_64.rpm
name: suanPan-3.2.0-1.x86_64.rpm
path: suanPan-3.2.0-1.x86_64.rpm
4 changes: 2 additions & 2 deletions .github/workflows/dev-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
./suanPan-linux-openblas-vtk/bin/suanPan -v
- uses: actions/upload-artifact@v3
with:
name: suanPan-3.1.0-1.x86_64.deb
path: suanPan-3.1.0-1.x86_64.deb
name: suanPan-3.2.0-1.x86_64.deb
path: suanPan-3.2.0-1.x86_64.deb
macos-openblas-vtk-dev:
runs-on: macos-11
timeout-minutes: 100
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/master-mkl-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tar czf suanPan-linux-mkl-vtk.tar.gz suanPan-linux-mkl-vtk
- name: Test
run: |
sudo apt-get install ./suanPan-3.1.0-1.x86_64.deb -y
sudo apt-get install ./suanPan-3.2.0-1.x86_64.deb -y
suanPan -v
export LD_LIBRARY_PATH=/home/runner/work/suanPan/suanPan/suanPan-linux-mkl-vtk/lib
cd suanPan-linux-mkl-vtk/bin
Expand All @@ -51,8 +51,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: suanPan-3.1.0-1.x86_64.deb
asset_name: suanPan-3.1.0-1.x86_64.deb
file: suanPan-3.2.0-1.x86_64.deb
asset_name: suanPan-3.2.0-1.x86_64.deb
tag: ${{ env.SP_TIME }}
prerelease: true
overwrite: true
Expand Down Expand Up @@ -124,14 +124,14 @@ jobs:
make package -j"$(nproc)"
- name: Test
run: |
dnf install ./suanPan-3.1.0-1.x86_64.rpm -y
dnf install ./suanPan-3.2.0-1.x86_64.rpm -y
suanPan -v
- name: RPM
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: suanPan-3.1.0-1.x86_64.rpm
asset_name: suanPan-3.1.0-1.x86_64.rpm
file: suanPan-3.2.0-1.x86_64.rpm
asset_name: suanPan-3.2.0-1.x86_64.rpm
tag: ${{ env.SP_TIME }}
prerelease: true
overwrite: true
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,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.1.0")
set(CPACK_PACKAGE_VERSION "3.2.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")

Expand Down
2 changes: 1 addition & 1 deletion Enhancement/suanPan.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "suanPan"
#define MyAppVersion "3.1"
#define MyAppVersion "3.2"
#define MyAppPublisher "Theodore Chang"
#define MyAppURL "https://github.com/TLCFEM/suanPan"
#define MyAppExeName "suanPan.exe"
Expand Down
2 changes: 1 addition & 1 deletion Enhancement/suanpan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>suanpan</id>
<version>3.1</version>
<version>3.2</version>
<packageSourceUrl>https://github.com/TLCFEM/suanPan</packageSourceUrl>
<owners>Theodore Chang</owners>
<title>suanPan</title>
Expand Down
8 changes: 4 additions & 4 deletions Resource/suanPan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,0,0
PRODUCTVERSION 3,1,0,0
FILEVERSION 3,2,0,0
PRODUCTVERSION 3,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -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.1.0.0"
VALUE "FileVersion", "3.2.0.0"
VALUE "InternalName", "suanPan"
VALUE "LegalCopyright", "Copyright (C) 2017-2023 Theodore Chang https://github.com/TLCFEM/suanPan"
VALUE "OriginalFilename", "suanPan"
VALUE "ProductName", "suanPan"
VALUE "ProductVersion", "3.1.0.0"
VALUE "ProductVersion", "3.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Toolbox/argument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ using std::ifstream;
using std::ofstream;

constexpr auto SUANPAN_MAJOR = 3;
constexpr auto SUANPAN_MINOR = 1;
constexpr auto SUANPAN_MINOR = 2;
constexpr auto SUANPAN_PATCH = 0;
constexpr auto SUANPAN_CODE = "Canopus";

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version: "3.2"
website: https://bit.ly/suanpan-doc
description: |
[**suanPan**](https://github.com/TLCFEM/suanPan) is a finite element method (FEM) simulation platform for applications
Expand Down

0 comments on commit 988e441

Please sign in to comment.