Skip to content

Commit 8f20d80

Browse files
authored
Merge pull request #284 from LLNL/hotfix/release-version
Hotfix 2024.06.1 version information
2 parents 93ebb5d + 1945b9e commit 8f20d80

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

cmake/SpheralVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(SPHERAL_VERSION 2024.06.0)
1+
set(SPHERAL_VERSION 2024.06.1)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = 'J. Michael Owen'
2727

2828
# The short X.Y version
29-
version = '2024.06.0'
29+
version = '2024.06.1'
3030
# The full version, including alpha/beta/rc tags
31-
release = '2024.06.0'
31+
release = '2024.06.1'
3232

3333

3434
# -- General configuration ---------------------------------------------------

docs/conf.py.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ copyright = '2012, LLNS'
2626
author = 'J. Michael Owen'
2727

2828
# The short X.Y version
29-
version = '2024.06.0'
29+
version = '2024.06.1'
3030
# The full version, including alpha/beta/rc tags
31-
release = '2024.06.0'
31+
release = '2024.06.1'
3232

3333

3434
# -- General configuration ---------------------------------------------------

docs/developer/dev/continuous_deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to their environment.
99

1010
On LC systems we maintain:
1111
* ``Spheral/risky``
12-
* ``Spheral/2024.06.0``
12+
* ``Spheral/2024.06.1``
1313
* ``Spheral/2024.01.1``
1414
* ``Spheral/2023.06.0``
1515
* ``Spheral/2023.03.1``

0 commit comments

Comments
 (0)