From 4753926822503a5462fd9c8674adf2bd8224068e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 15 Apr 2008 21:32:25 -0500 Subject: [PATCH] charybdis 3.0-beta1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78a7a45c..969b25eb 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.0-alpha1]) +AC_INIT([charybdis],[3.0.0-beta1]) AC_CONFIG_HEADER(include/setup.h)