From 9c27c708eea16a6dc5635e1a67722237bfd3cb9a Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 18 May 2008 23:34:39 +0200 Subject: [PATCH] Bump version on trunk to 3.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e30fb4d..42e38b2 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.57) dnl Sneaky way to get an Id tag into the configure script AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $]) -AC_INIT([charybdis],[3.0.1]) +AC_INIT([charybdis],[3.1]) AC_CONFIG_HEADER(include/setup.h)