From 254cc1b563b2f88ddcf437b1f71da123bb9db733 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Thu, 14 Apr 2016 15:51:12 +0100 Subject: [PATCH] Version 0.3.0, we now have external gravity --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 11ad6550d8..59eea9c4e5 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.2.0]) +AC_INIT([SWIFT],[0.3.0]) AC_CONFIG_SRCDIR([src/space.c]) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE -- GitLab