From 0f192ab63421d0aa84f56fc6d7e96b7ccd5be0f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 11 Feb 2008 23:49:30 +0000 Subject: [PATCH] THIS IS 7.31 --- 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 0e58afd36..3ea8b0063 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -50,7 +50,7 @@ extern "C" { #define REV_LEVEL 730 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 725 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 104 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 105 /* Minimum required version of libcitadel */ #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 a64f5c533..f64895f05 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.30], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.31], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) -- 2.39.2