From a10c070f83372ae802d3be7199a283f580f98acf Mon Sep 17 00:00:00 2001 From: scwatts Date: Thu, 14 Jun 2018 10:32:16 +1000 Subject: [PATCH] Version bump to 0.0.7 --- configure.ac | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6194807..b216302 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Initialisation -AC_INIT([fastspar], [0.0.6], [s.watts2@student.unimelb.edu.au]) +AC_INIT([fastspar], [0.0.7], [s.watts2@student.unimelb.edu.au]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) diff --git a/src/version.h b/src/version.h index 3209b5e..ca9b480 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -const std::string VERSION ("0.0.6"); +const std::string VERSION ("0.0.7");