diff --git a/README b/README index 78f07a78dc23c40ebc86b2bd694139edb5a62dfb..ccbb7cfeb178bccd9333ef14071efadebe9eec1c 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking - Version : 0.8.4 + Version : 0.8.5 Website: www.swiftsim.com Twitter: @SwiftSimulation diff --git a/README.md b/README.md index b4df1a355c580e8878e0a17c746926d95ab213d5..c9b373be64dcde03732b63c1bc2190102fe0c2ec 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Runtime parameters /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking - Version : 0.8.4 + Version : 0.8.5 Website: www.swiftsim.com Twitter: @SwiftSimulation diff --git a/configure.ac b/configure.ac index 0e68725dd60c594b0c55c352383d1e757f60ddd3..d889c48bbb901624eddb981d6a6fe20bd9ffb9fd 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.4],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim]) +AC_INIT([SWIFT],[0.8.5],[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 30780800e7829caccb5c443c4bfd97649479b590..99e9f82d956da26160d4a81368a9c3b9f290fee8 100644 --- a/doc/RTD/source/conf.py +++ b/doc/RTD/source/conf.py @@ -19,13 +19,13 @@ # -- Project information ----------------------------------------------------- project = 'SWIFT: SPH With Inter-dependent Fine-grained Tasking' -copyright = '2018, SWIFT Collaboration' +copyright = '2019, SWIFT Collaboration' author = 'SWIFT Team' # The short X.Y version version = '0.8' # The full version, including alpha/beta/rc tags -release = '0.8.4' +release = '0.8.5' # -- General configuration ---------------------------------------------------