We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c53dc commit 88fa082Copy full SHA for 88fa082
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'SIFDecode',
3
'fortran',
4
- version: '2.6.2',
+ version: '2.6.3',
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.2 '
+ CHARACTER ( LEN = 6 ) :: version = '2.6.3 '
29
30
!--------------------
31
! P r e c i s i o n
0 commit comments