From da1f1c06c61dd262246bbe0047034e29cdc1e58c Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Wed, 28 Feb 2018 09:36:19 +0000 Subject: [PATCH] bump version to 0.4.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ec8026e..f84500d 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.4.0], [davide@bitfinex.com]) +AC_INIT([grenache-cli], [0.4.1], [davide@bitfinex.com]) -AC_SUBST([VERSION], [0.4.0]) +AC_SUBST([VERSION], [0.4.1]) AC_SUBST([SB], [`$srcdir/shtool echo -n -e %B`]) AC_SUBST([EB], [`$srcdir/shtool echo -n -e %b`])