Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Jan 18, 2024
1 parent 56fd376 commit 5bdab12
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 2023-11-15, https://github.com/ralna/spral, November 2023.
> SPRAL: an open-source library for sparse linear algebra, Version 2024-01-18, https://github.com/ralna/spral, January 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, 2023.11.15, [email protected])
AC_INIT(spral, 2024.01.18, [email protected])
AC_CONFIG_SRCDIR([src/ssids/ssids.f90])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down
4 changes: 2 additions & 2 deletions doc/C/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = 'v2023-11-15 [C]'
version = 'v2024-01-18 [C]'
# The full version, including alpha/beta/rc tags.
release = 'v2023-11-15 [C]'
release = 'v2024-01-18 [C]'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/Fortran/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = 'v2023-11-15 [Fortran]'
version = 'v2024-01-18 [Fortran]'
# The full version, including alpha/beta/rc tags.
release = 'v2023-11-15 [Fortran]'
release = 'v2024-01-18 [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 2023-11-15, `<http://www.numerical.rl.ac.uk/spral>`_, November 2023.
SPRAL: an open-source library for sparse linear algebra, Version 2024-01-18, `<http://www.numerical.rl.ac.uk/spral>`_, January 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: '2023.11.15',
version: '2024.01.18',
license: 'BSD-3',
meson_version: '>= 0.63.0',
default_options: [
Expand Down

0 comments on commit 5bdab12

Please sign in to comment.