From ff6e9d07f1df8fa71b1fca11facaa7cc14ce1ef1 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Fri, 17 May 2019 20:18:37 +0100
Subject: [PATCH] Increased version number following the addition of
 star-formation and feedback jointly over MPI, black hole accretion and
 feedback (also over MPI), refactoring of the hydro parameters, improvement to
 the memory footprint and completion of first fully-fledged EAGLE runs.

---
 configure.ac           | 2 +-
 doc/RTD/source/conf.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index fe685822b..6c617996d 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.1],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
+AC_INIT([SWIFT],[0.8.2],[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 327c55248..468e92d87 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.1'
+release = '0.8.2'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab