Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 13, 2024
1 parent 6fabc5d commit eaf94c0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'SIFDecode',
'fortran',
version: '2.4.2',
version: '2.5.0',
meson_version: '>= 0.61.0',
default_options: [
'buildtype=release',
Expand Down
2 changes: 1 addition & 1 deletion src/decode/sifdecode.f90
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MODULE SIFDECODE
! V e r s i o n
!---------------

CHARACTER ( LEN = 6 ) :: version = '2.4 '
CHARACTER ( LEN = 6 ) :: version = '2.5.0 '

!--------------------
! P r e c i s i o n
Expand Down
2 changes: 0 additions & 2 deletions version

This file was deleted.

Empty file removed versions/.keep
Empty file.

0 comments on commit eaf94c0

Please sign in to comment.