Skip to content

Commit 5a63f44

Browse files
Bump the version number to 2026.04
1 parent 087c2c1 commit 5a63f44

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/____/ |__/|__/___/_/ /_/
77
SPH With Inter-dependent Fine-grained Tasking
88

9-
Version : 2026.01
9+
Version : 2026.04
1010
Website: www.swiftsim.com
1111
Twitter: @SwiftSimulation
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ are highly encouraged.
9999
/____/ |__/|__/___/_/ /_/
100100
SPH With Inter-dependent Fine-grained Tasking
101101
102-
Version : 2026.01
102+
Version : 2026.04
103103
Website: www.swiftsim.com
104104
Twitter: @SwiftSimulation
105105

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
# Init the project.
19-
AC_INIT([SWIFT],[2026.01],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
19+
AC_INIT([SWIFT],[2026.04],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
2020
swift_config_flags="$*"
2121

2222
AC_COPYRIGHT

doc/RTD/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
author = "SWIFT Team"
2424

2525
# The short X.Y version
26-
version = "2026.01"
26+
version = "2026.04"
2727
# The full version, including alpha/beta/rc tags
28-
release = "2026.01"
28+
release = "2026.04"
2929

3030
# -- Find additional scripts to run as part of the documentation build -------
3131
import glob

0 commit comments

Comments
 (0)