Skip to content

Commit 863d80c

Browse files
committed
Release 3.1.0
1 parent 6b74e72 commit 863d80c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/julia/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ dependencies = [
6060
]
6161

6262
# Build the tarballs, and possibly a `build.jl` as well.
63-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"9.1", julia_compat="1.6")
63+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"13", julia_compat="1.6")

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'SIFDecode',
33
'fortran',
4-
version: '3.0.0',
4+
version: '3.1.0',
55
meson_version: '>= 0.61.0',
66
default_options: [
77
'buildtype=release',

src/decode/sifdecode.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MODULE SIFDECODE
2525
! V e r s i o n
2626
!---------------
2727

28-
CHARACTER ( LEN = 6 ) :: version = '3.0.0 '
28+
CHARACTER ( LEN = 6 ) :: version = '3.1.0 '
2929

3030
!--------------------
3131
! P r e c i s i o n

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* SIFDECODE version 3.0.0 (14/Sep/2025 15:50 GMT)
1+
* SIFDECODE version 3.1.0 (28/Sep/2025 13:55 GMT)

0 commit comments

Comments
 (0)