diff --git a/meson.build b/meson.build index 87a6583..644456c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'SIFDecode', 'fortran', - version: '2.6.1', + version: '2.6.2', meson_version: '>= 0.61.0', default_options: [ 'buildtype=release', diff --git a/src/decode/sifdecode.f90 b/src/decode/sifdecode.f90 index 6998d9b..f5e1faa 100644 --- a/src/decode/sifdecode.f90 +++ b/src/decode/sifdecode.f90 @@ -25,7 +25,7 @@ MODULE SIFDECODE ! V e r s i o n !--------------- - CHARACTER ( LEN = 6 ) :: version = '2.6.1 ' + CHARACTER ( LEN = 6 ) :: version = '2.6.2 ' !-------------------- ! P r e c i s i o n