Skip to content

Commit 6d89d9a

Browse files
Change the code version number to 2025.01
1 parent 46e220e commit 6d89d9a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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 : 1.0.0
9+
Version : 2025.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 : 1.0.0
109+
Version : 2025.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],[1.0.0],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
19+
AC_INIT([SWIFT],[2025.01],[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 = "1.0"
26+
version = "2025.01"
2727
# The full version, including alpha/beta/rc tags
28-
release = "1.0.0"
28+
release = "2025.01"
2929

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

0 commit comments

Comments
 (0)