From 5bdab120aec50e4de80ce00cac68e939c8fe0aea Mon Sep 17 00:00:00 2001 From: Jaroslav Fowkes Date: Thu, 18 Jan 2024 08:16:03 +0000 Subject: [PATCH] Version Bump --- README.md | 2 +- configure.ac | 2 +- doc/C/conf.py | 4 ++-- doc/Fortran/conf.py | 4 ++-- doc/install.rst | 2 +- meson.build | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ede18c6..46c00935 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 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. diff --git a/configure.ac b/configure.ac index 0b3a84d0..964028b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(spral, 2023.11.15, hsl@stfc.ac.uk) +AC_INIT(spral, 2024.01.18, 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 7dca3b04..cca437cb 100644 --- a/doc/C/conf.py +++ b/doc/C/conf.py @@ -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. diff --git a/doc/Fortran/conf.py b/doc/Fortran/conf.py index c167ef73..cfa16a08 100644 --- a/doc/Fortran/conf.py +++ b/doc/Fortran/conf.py @@ -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. diff --git a/doc/install.rst b/doc/install.rst index 85ea105d..73a1fe80 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 2023-11-15, ``_, November 2023. + SPRAL: an open-source library for sparse linear algebra, Version 2024-01-18, ``_, January 2024. Support ======= diff --git a/meson.build b/meson.build index 0ea21ca0..2ce2d522 100644 --- a/meson.build +++ b/meson.build @@ -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: [