Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 18, 2024
1 parent 82032a1 commit b4df018
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.0.1',
version: '5.0.2',
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 = 1
INTEGER ( KIND = ip_ ), PARAMETER :: patch = 2

CONTAINS

Expand Down

0 comments on commit b4df018

Please sign in to comment.