From: Art Cancro Date: Thu, 15 Nov 2007 16:19:24 +0000 (+0000) Subject: Updated version number to 7.24 X-Git-Tag: v7.86~2785 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=bec0588b1f614d9db83309dd56449c73f6deef63;p=citadel.git Updated version number to 7.24 --- diff --git a/citadel/citadel.h b/citadel/citadel.h index 1bda089c6..e7381e077 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -47,7 +47,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 723 /* This version */ +#define REV_LEVEL 724 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 722 /* Oldest compatible export files */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 694f74b17..a5eb62499 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ AC_PREREQ(2.52) -AC_INIT([Citadel], [7.23], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.24], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel)