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

Updating version number before breaking the i/o interface.

parent 68aef9ad
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
/____/ |__/|__/___/_/ /_/ /____/ |__/|__/___/_/ /_/
SPH With Inter-dependent Fine-grained Tasking SPH With Inter-dependent Fine-grained Tasking
Version : 0.8.3 Version : 0.8.4
Website: www.swiftsim.com Website: www.swiftsim.com
Twitter: @SwiftSimulation Twitter: @SwiftSimulation
......
...@@ -57,7 +57,7 @@ Runtime parameters ...@@ -57,7 +57,7 @@ Runtime parameters
/____/ |__/|__/___/_/ /_/ /____/ |__/|__/___/_/ /_/
SPH With Inter-dependent Fine-grained Tasking SPH With Inter-dependent Fine-grained Tasking
Version : 0.8.3 Version : 0.8.4
Website: www.swiftsim.com Website: www.swiftsim.com
Twitter: @SwiftSimulation Twitter: @SwiftSimulation
......
...@@ -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.3],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim]) AC_INIT([SWIFT],[0.8.4],[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.3' release = '0.8.4
# -- 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