From 1945b9e6d1e32e5ac9dd77221168982488a6f860 Mon Sep 17 00:00:00 2001 From: mdavis36 Date: Wed, 10 Jul 2024 11:03:46 -0700 Subject: [PATCH] 2024.06.1 version information. --- cmake/SpheralVersion.cmake | 2 +- docs/conf.py | 4 ++-- docs/conf.py.in | 4 ++-- docs/developer/dev/continuous_deployment.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/SpheralVersion.cmake b/cmake/SpheralVersion.cmake index d894dfec7..aef46be38 100644 --- a/cmake/SpheralVersion.cmake +++ b/cmake/SpheralVersion.cmake @@ -1 +1 @@ -set(SPHERAL_VERSION 2024.06.0) +set(SPHERAL_VERSION 2024.06.1) diff --git a/docs/conf.py b/docs/conf.py index ac0e4fea6..df9b1060e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,9 +26,9 @@ author = 'J. Michael Owen' # The short X.Y version -version = '2024.06.0' +version = '2024.06.1' # The full version, including alpha/beta/rc tags -release = '2024.06.0' +release = '2024.06.1' # -- General configuration --------------------------------------------------- diff --git a/docs/conf.py.in b/docs/conf.py.in index 312a41083..b7d23f29a 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -26,9 +26,9 @@ copyright = '2012, LLNS' author = 'J. Michael Owen' # The short X.Y version -version = '2024.06.0' +version = '2024.06.1' # The full version, including alpha/beta/rc tags -release = '2024.06.0' +release = '2024.06.1' # -- General configuration --------------------------------------------------- diff --git a/docs/developer/dev/continuous_deployment.rst b/docs/developer/dev/continuous_deployment.rst index 623d6cbaf..aa8843e7b 100644 --- a/docs/developer/dev/continuous_deployment.rst +++ b/docs/developer/dev/continuous_deployment.rst @@ -9,7 +9,7 @@ to their environment. On LC systems we maintain: * ``Spheral/risky`` - * ``Spheral/2024.06.0`` + * ``Spheral/2024.06.1`` * ``Spheral/2024.01.1`` * ``Spheral/2023.06.0`` * ``Spheral/2023.03.1``