Skip to content

Commit 60f0644

Browse files
committed
Version Bump
1 parent 838d2bc commit 60f0644

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ In BibTeX, the citation is:
9898

9999
If no paper is listed, a citation of the SPRAL GitHub website should be used, for example:
100100

101-
> SPRAL: an open-source library for sparse linear algebra, Version 2024-01-18, https://github.com/ralna/spral, January 2024.
101+
> SPRAL: an open-source library for sparse linear algebra, Version 2024-05-08, https://github.com/ralna/spral, May 2024.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(spral, 2024.01.18, [email protected])
1+
AC_INIT(spral, 2024.05.08, [email protected])
22
AC_CONFIG_SRCDIR([src/ssids/ssids.f90])
33
AC_CONFIG_HEADER([config.h])
44
AM_INIT_AUTOMAKE

doc/C/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747

4848
# General information about the project.
4949
project = u'spral'
50-
copyright = u'2023, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'
50+
copyright = u'2024, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = 'v2024-01-18 [C]'
57+
version = 'v2024-05-08 [C]'
5858
# The full version, including alpha/beta/rc tags.
59-
release = 'v2024-01-18 [C]'
59+
release = 'v2024-05-08 [C]'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

doc/Fortran/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747

4848
# General information about the project.
4949
project = u'spral'
50-
copyright = u'2023, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'
50+
copyright = u'2024, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = 'v2024-01-18 [Fortran]'
57+
version = 'v2024-05-08 [Fortran]'
5858
# The full version, including alpha/beta/rc tags.
59-
release = 'v2024-01-18 [Fortran]'
59+
release = 'v2024-05-08 [Fortran]'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ the user documentation).
162162

163163
If no paper is listed, a citation of the SPRAL GitHub website should be used, for example:
164164

165-
SPRAL: an open-source library for sparse linear algebra, Version 2024-01-18, `<http://www.numerical.rl.ac.uk/spral>`_, January 2024.
165+
SPRAL: an open-source library for sparse linear algebra, Version 2024-05-08, `<http://www.numerical.rl.ac.uk/spral>`_, May 2024.
166166

167167
Support
168168
=======

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'SPRAL',
33
'c', 'cpp', 'fortran',
4-
version: '2024.01.18',
4+
version: '2024.05.08',
55
license: 'BSD-3',
66
meson_version: '>= 0.63.0',
77
default_options: [

0 commit comments

Comments
 (0)