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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmake/SpheralVersion.cmake

+1-1
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

+2-2
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

+2-2
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

+1-1
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)