From 969aeb8ed81c89a7028504a173acbc7909964b7e Mon Sep 17 00:00:00 2001 From: Matthieu Schaller Date: Fri, 23 Oct 2020 18:46:01 +0200 Subject: [PATCH] Bump the version number to 0.9.0 to reflect the large updates to the gravity scheme. --- README | 2 +- README.md | 2 +- configure.ac | 2 +- doc/RTD/source/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index ae329e8431..a35fa35f85 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking - Version : 0.8.5 + Version : 0.9.0 Website: www.swiftsim.com Twitter: @SwiftSimulation diff --git a/README.md b/README.md index c44d576062..409d15d7e2 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Runtime parameters /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking - Version : 0.8.5 + Version : 0.9.0 Website: www.swiftsim.com Twitter: @SwiftSimulation diff --git a/configure.ac b/configure.ac index 410786facd..3c5e43b579 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see . # Init the project. -AC_INIT([SWIFT],[0.8.5],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim]) +AC_INIT([SWIFT],[0.9.0],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim]) swift_config_flags="$*" # We want to stop when given unrecognised options. No subdirs so this is safe. diff --git a/doc/RTD/source/conf.py b/doc/RTD/source/conf.py index e4cdb061be..35d5b59280 100644 --- a/doc/RTD/source/conf.py +++ b/doc/RTD/source/conf.py @@ -23,9 +23,9 @@ author = 'SWIFT Team' # The short X.Y version -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags -release = '0.8.5' +release = '0.9.0' # -- General configuration ---------------------------------------------------