From c238ecaf7804be65fdbf646c616c3a9c51506a04 Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Mon, 22 Jan 2018 16:56:51 +0000 Subject: [PATCH] bump version to 0.3.2 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8248743..2d1bf14 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,9 @@ dnl implied. See the License for the specific language governing permissions dnl and limitations under the License. AC_PREREQ(2.69) -AC_INIT([grenache-cli], [0.3.1], [davide@bitfinex.com]) +AC_INIT([grenache-cli], [0.3.2], [davide@bitfinex.com]) -AC_SUBST([VERSION], [0.3.1]) +AC_SUBST([VERSION], [0.3.2]) AC_SUBST([SB], [`$srcdir/shtool echo -n -e %B`]) AC_SUBST([EB], [`$srcdir/shtool echo -n -e %b`])