From fe5746222d41fe3e408787dde39381997610d1d6 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 27 Feb 2010 15:26:42 -0600 Subject: [PATCH] Charybdis 3.3.x development cycle begins. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6daf3b7f..e32a0532 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.2.0]) +AC_INIT([charybdis],[3.3]) AC_CONFIG_HEADER(include/setup.h)