Skip to content
Snippets Groups Projects
Commit ff6e9d07 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Increased version number following the addition of star-formation and feedback...

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.
parent a39a9c9c
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# Init the project. # 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="$*" swift_config_flags="$*"
# We want to stop when given unrecognised options. No subdirs so this is safe. # We want to stop when given unrecognised options. No subdirs so this is safe.
......
...@@ -25,7 +25,7 @@ author = 'SWIFT Team' ...@@ -25,7 +25,7 @@ author = 'SWIFT Team'
# The short X.Y version # The short X.Y version
version = '0.8' version = '0.8'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.8.1' release = '0.8.2'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment