Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 11, 2024
1 parent e5591d3 commit a24845a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/meson/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
if: inputs.os != 'windows-latest'
shell: bash
run: |
VERSION_LIBHSL="4.0.1"
VERSION_LIBHSL="4.0.2"
cd ..
if [[ "${{ inputs.os }}" == "windows-latest" ]]; then
wget https://github.com/ralna/libHSL/archive/refs/tags/v${VERSION_LIBHSL}.zip
Expand All @@ -142,6 +142,7 @@ runs:
cd libHSL-${VERSION_LIBHSL}/hsl_subset
meson setup builddir --buildtype=debug \
--prefix=$DEPS/deps \
-Dquadruple=false \
-Ddefault_library=shared
meson compile -C builddir
meson install -C builddir
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'GALAHAD',
'c', 'cpp', 'fortran',
version: '5.0.0',
version: '5.0.1',
license: 'BSD-3',
meson_version: '>= 0.63.0',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion src/version/version.F90
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MODULE GALAHAD_VERSION

INTEGER ( KIND = ip_ ), PARAMETER :: major = 5
INTEGER ( KIND = ip_ ), PARAMETER :: minor = 0
INTEGER ( KIND = ip_ ), PARAMETER :: patch = 0
INTEGER ( KIND = ip_ ), PARAMETER :: patch = 1

CONTAINS

Expand Down

0 comments on commit a24845a

Please sign in to comment.