Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed May 8, 2024
1 parent 838d2bc commit 60f0644
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ In BibTeX, the citation is:

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

> SPRAL: an open-source library for sparse linear algebra, Version 2024-01-18, https://github.com/ralna/spral, January 2024.
> SPRAL: an open-source library for sparse linear algebra, Version 2024-05-08, https://github.com/ralna/spral, May 2024.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(spral, 2024.01.18, [email protected])
AC_INIT(spral, 2024.05.08, [email protected])
AC_CONFIG_SRCDIR([src/ssids/ssids.f90])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down
6 changes: 3 additions & 3 deletions doc/C/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@

# General information about the project.
project = u'spral'
copyright = u'2023, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'
copyright = u'2024, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions doc/Fortran/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@

# General information about the project.
project = u'spral'
copyright = u'2023, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'
copyright = u'2024, Computational Mathematics Group, STFC Rutherford Appleton Laboratory'

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ the user documentation).

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

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

Support
=======
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'SPRAL',
'c', 'cpp', 'fortran',
version: '2024.01.18',
version: '2024.05.08',
license: 'BSD-3',
meson_version: '>= 0.63.0',
default_options: [
Expand Down

0 comments on commit 60f0644

Please sign in to comment.