diff --git a/configure.ac b/configure.ac index fe685822b53b697e8954ae4114cd9cfe57ab3c76..6c617996d62eec4cd4ccf5da37881150f00681c1 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 327c5524820772c4c891418cff72a3c22a4fb2b0..468e92d87b05e8d76890c904ec2c9a55b76a6038 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 ---------------------------------------------------