From 3a765c03b31f06b658e414f2e1be6c682f7c17db Mon Sep 17 00:00:00 2001 From: Nala Ginrut Date: Sat, 3 Aug 2013 10:37:16 +0800 Subject: [PATCH] v0.0.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 07da3ae..2916894 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # write to the Free Software Foundation, Inc., 51 Franklin Street, # Fifth Floor, Boston, MA 02110-1301 USA -AC_INIT([guile-csv], [0.0.1], [nalaginrut@gmail.com]) +AC_INIT([guile-csv], [0.0.2], [nalaginrut@gmail.com]) AC_CONFIG_SRCDIR(csv) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability])