Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 17, 2024
1 parent 67d8dfb commit c5f642d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -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',
],
)
Expand Down
2 changes: 1 addition & 1 deletion src/decode/sifdecode.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5f642d

Please sign in to comment.