diff --git a/.github/julia/build_tarballs.jl b/.github/julia/build_tarballs.jl index 3a16726..7496cb2 100644 --- a/.github/julia/build_tarballs.jl +++ b/.github/julia/build_tarballs.jl @@ -47,8 +47,7 @@ platforms = expand_gfortran_versions(platforms) # The products that we will ensure are always built products = [ - LibraryProduct("libsifdecode", :libsifdecode), - ExecutableProduct("sifdecoder_standalone", :sifdecoder_standalone), + ExecutableProduct("sifdecoder_standalone", :sifdecoder_standalone), ] # Dependencies that must be installed before this package can be built diff --git a/meson.build b/meson.build index db8411f..57d4b71 100644 --- a/meson.build +++ b/meson.build @@ -1,12 +1,12 @@ project( 'SIFDecode', 'fortran', - version: '2.5.1', + version: '2.6.0', meson_version: '>= 0.61.0', default_options: [ 'buildtype=release', 'libdir=lib', - 'default_library=shared', + 'default_library=static', 'warning_level=0', ], ) diff --git a/src/decode/sifdecode.f90 b/src/decode/sifdecode.f90 index b76bf60..a1c7ee8 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.5.1 ' + CHARACTER ( LEN = 6 ) :: version = '2.6.0 ' !-------------------- ! P r e c i s i o n