THIS IS 7.31
authorWilfried Göesgens <willi@citadel.org>
Mon, 11 Feb 2008 23:49:30 +0000 (23:49 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 11 Feb 2008 23:49:30 +0000 (23:49 +0000)
citadel/citadel.h
citadel/configure.ac

index 0e58afd369f7b81e8f2a57182e9878494ab85707..3ea8b00634a1fb1f2dcc9edfdbb0c553644303b0 100644 (file)
@@ -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 */
index a64f5c53324ba4ba91e962595b1f40c8d58354ca..f64895f0579ddcda6d794a993addfbc8a4167d14 100644 (file)
@@ -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)