From 6b4ff67d80ca765af9783dbca8491c9af1a39f6a Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Wed, 1 Feb 2017 16:28:34 +0100 Subject: [PATCH] bumps version to 1.0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f1a4f69..e4cc768 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([archive-sum], [1.0.0], [https://github.com/idiv-biodiversity/archive-sum/issues]) +AC_INIT([archive-sum], [1.0.1], [https://github.com/idiv-biodiversity/archive-sum/issues]) AC_CONFIG_SRCDIR([src/archive-sum.c]) AC_CONFIG_HEADERS([config.h])