Skip to content

Commit

Permalink
v5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Sep 27, 2024
1 parent 287d96f commit 66e9e43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_comp3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
id: release_vars
run: |
if [[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "release_name=Comp3D linux - Latest" >> $GITHUB_ENV
echo "release_name=Comp3D - Latest" >> $GITHUB_ENV
echo "release_tag=Comp3D_linux" >> $GITHUB_ENV
echo "release_draft=true" >> $GITHUB_ENV
else
echo "release_name=Comp3D linux - ${{ github.ref_name }}" >> $GITHUB_ENV
echo "release_name=Comp3D - ${{ github.ref_name }}" >> $GITHUB_ENV
echo "release_tag=${{ github.ref_name }}" >> $GITHUB_ENV
echo "release_draft=false" >> $GITHUB_ENV
fi
Expand Down Expand Up @@ -186,11 +186,11 @@ jobs:
shell: bash
run: |
if [[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "release_name=Comp3D win - Latest" >> $GITHUB_ENV
echo "release_name=Comp3D - Latest" >> $GITHUB_ENV
echo "release_tag=Comp3D_win" >> $GITHUB_ENV
echo "release_draft=true" >> $GITHUB_ENV
else
echo "release_name=Comp3D win - ${{ github.ref_name }}" >> $GITHUB_ENV
echo "release_name=Comp3D - ${{ github.ref_name }}" >> $GITHUB_ENV
echo "release_tag=${{ github.ref_name }}" >> $GITHUB_ENV
echo "release_draft=false" >> $GITHUB_ENV
fi
Expand Down
5 changes: 2 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Comp3D V5.23:
- update licence info
- proj 6 > 8/9
- proj 8/9
- new rot export xyz
- faster solver solver
- change sigma_total
- cmake
- sigma factor applicable to cartesian and polar subframes
- native windows compliation
- website


- bug and translation fix
2 changes: 1 addition & 1 deletion src/compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


//---------------------------------- Settings ------------------------------------
#define COMP3D_VERSION "COMP3D v5.23rc1" "-PROJ " PROJ_VERSION "-" COMPILED_FOR
#define COMP3D_VERSION "COMP3D v5.23" "-PROJ " PROJ_VERSION "-" COMPILED_FOR
#define COMP3D_COPYRIGHT "Copyright 1992-2024 IGN France www.ign.fr"
#define COMP3D_LICENSE "Provided with absolutely no warranty, under GPLv3 license"
#define COMP3D_CONTACT "comp3d@ign.fr"
Expand Down

0 comments on commit 66e9e43

Please sign in to comment.