From: Wilfried Göesgens Date: Mon, 11 Feb 2008 23:49:30 +0000 (+0000) Subject: THIS IS 7.31 X-Git-Tag: v7.86~2489 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=0f192ab63421d0aa84f56fc6d7e96b7ccd5be0f2 THIS IS 7.31 --- 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)