Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Feb 8, 2025
1 parent 5779450 commit 5c29ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0',
version: '5.1.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 = 1
INTEGER ( KIND = ip_ ), PARAMETER :: patch = 0
INTEGER ( KIND = ip_ ), PARAMETER :: patch = 1

CONTAINS

Expand Down

0 comments on commit 5c29ddf

Please sign in to comment.