From acf71dda7a4b7f710d861b01a0d9a5438d6e953e Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 15 Jun 2019 09:10:29 +0200 Subject: [PATCH] Increased the version number following the addition of the on-the-fly FOF code and black holes seeding. --- README | 2 +- README.md | 2 +- configure.ac | 2 +- doc/RTD/source/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 274ea3dbe3..5490ef8426 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking - Version : 0.8.2 + Version : 0.8.3 Website: www.swiftsim.com Twitter: @SwiftSimulation diff --git a/README.md b/README.md index 233a2112ae..b52f8595e2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Runtime parameters /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking - Version : 0.8.2 + Version : 0.8.3 Website: www.swiftsim.com Twitter: @SwiftSimulation diff --git a/configure.ac b/configure.ac index 6222b213e3..c715fb34ba 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Init the project. -AC_INIT([SWIFT],[0.8.2],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim]) +AC_INIT([SWIFT],[0.8.3],[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 468e92d87b..8b9df41fc4 100644 --- a/doc/RTD/source/conf.py +++ b/doc/RTD/source/conf.py @@ -25,7 +25,7 @@ author = 'SWIFT Team' # The short X.Y version version = '0.8' # The full version, including alpha/beta/rc tags -release = '0.8.2' +release = '0.8.3' # -- General configuration --------------------------------------------------- -- GitLab