From d86c59cbb61dd16e99f5622ed1c7ede00cf090a2 Mon Sep 17 00:00:00 2001 From: Chris Leishman Date: Tue, 19 Sep 2017 23:46:11 -0700 Subject: [PATCH] Bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8e75599..a30d2e4 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # dnl Process this file with autoconf to produce a configure script AC_PREREQ([2.69]) -AC_INIT([libcypher-parser],[0.5.6~devel]) +AC_INIT([libcypher-parser],[0.6.0]) AC_CONFIG_SRCDIR([src/lib/cypher-parser.h.in]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign])