From 18b6099a858517cf85d48fa99c53313bb72e85f3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 10 Oct 2007 17:23:54 +0000 Subject: [PATCH] Version number to 7.22 --- citadel/citadel.h | 4 ++-- citadel/configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index b36762151..c20ee8042 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -47,9 +47,9 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 721 /* This version */ +#define REV_LEVEL 722 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ -#define EXPORT_REV_MIN 721 /* Oldest compatible export files */ +#define EXPORT_REV_MIN 722 /* Oldest compatible export files */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */ diff --git a/citadel/configure.ac b/citadel/configure.ac index ceb61bed1..13dd7bcae 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.20], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.22], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) -- 2.39.2