Skip to content

Commit 8f96447

Browse files
committed
Release 2.6.2
1 parent 9b1fda6 commit 8f96447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'SIFDecode',
33
'fortran',
4-
version: '2.6.1',
4+
version: '2.6.2',
55
meson_version: '>= 0.61.0',
66
default_options: [
77
'buildtype=release',

src/decode/sifdecode.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MODULE SIFDECODE
2525
! V e r s i o n
2626
!---------------
2727

28-
CHARACTER ( LEN = 6 ) :: version = '2.6.1 '
28+
CHARACTER ( LEN = 6 ) :: version = '2.6.2 '
2929

3030
!--------------------
3131
! P r e c i s i o n

0 commit comments

Comments
 (0)