From bec0588b1f614d9db83309dd56449c73f6deef63 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 15 Nov 2007 16:19:24 +0000 Subject: [PATCH] Updated version number to 7.24 --- citadel/citadel.h | 2 +- citadel/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2