diff --git a/README.md b/README.md index 46c00935..304d408b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/configure.ac b/configure.ac index 964028b3..aabaa9a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(spral, 2024.01.18, hsl@stfc.ac.uk) +AC_INIT(spral, 2024.05.08, hsl@stfc.ac.uk) AC_CONFIG_SRCDIR([src/ssids/ssids.f90]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff --git a/doc/C/conf.py b/doc/C/conf.py index cca437cb..a4b0f243 100644 --- a/doc/C/conf.py +++ b/doc/C/conf.py @@ -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. diff --git a/doc/Fortran/conf.py b/doc/Fortran/conf.py index cfa16a08..b574e1d8 100644 --- a/doc/Fortran/conf.py +++ b/doc/Fortran/conf.py @@ -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. diff --git a/doc/install.rst b/doc/install.rst index 73a1fe80..38f60d2e 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -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, ``_, January 2024. + SPRAL: an open-source library for sparse linear algebra, Version 2024-05-08, ``_, May 2024. Support ======= diff --git a/meson.build b/meson.build index 2ce2d522..19abd93e 100644 --- a/meson.build +++ b/meson.build @@ -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: [