We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1fda6 commit 8f96447Copy full SHA for 8f96447
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'SIFDecode',
3
'fortran',
4
- version: '2.6.1',
+ version: '2.6.2',
5
meson_version: '>= 0.61.0',
6
default_options: [
7
'buildtype=release',
src/decode/sifdecode.f90
@@ -25,7 +25,7 @@ MODULE SIFDECODE
25
! V e r s i o n
26
!---------------
27
28
- CHARACTER ( LEN = 6 ) :: version = '2.6.1 '
+ CHARACTER ( LEN = 6 ) :: version = '2.6.2 '
29
30
!--------------------
31
! P r e c i s i o n
0 commit comments