Skip to content

Commit cf5b6b5

Browse files
Up the version number to 2026.01
1 parent 5ae1cee commit cf5b6b5

5 files changed

Lines changed: 7 additions & 7 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 : 2025.10
9+
Version : 2026.01
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
@@ -106,7 +106,7 @@ Runtime parameters
106106
/____/ |__/|__/___/_/ /_/
107107
SPH With Inter-dependent Fine-grained Tasking
108108
109-
Version : 2025.10
109+
Version : 2026.01
110110
Website: www.swiftsim.com
111111
Twitter: @SwiftSimulation
112112

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],[2025.10],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
19+
AC_INIT([SWIFT],[2026.01],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
2020
swift_config_flags="$*"
2121

2222
AC_COPYRIGHT

doc/RTD/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "SWIFT: SPH With Inter-dependent Fine-grained Tasking"
22-
copyright = "2014-2023, SWIFT Collaboration"
22+
copyright = "2014-2026, SWIFT Collaboration"
2323
author = "SWIFT Team"
2424

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

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

doc/onboardingGuide/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "SWIFT Onboarding Guide"
21-
copyright = "2023, SWIFT Collaboration"
21+
copyright = "2026, SWIFT Collaboration"
2222
author = "SWIFT Collaboration"
2323

2424
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)