* internal version number 781 in trunk, so we can do webcit development against stabl...
authorArt Cancro <ajc@citadel.org>
Tue, 20 Jul 2010 21:40:08 +0000 (21:40 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 20 Jul 2010 21:40:08 +0000 (21:40 +0000)
citadel/citadel.h
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h

index 9de0743d4e8b57eb6912993799b49131c9312d19..266eac3a62aabe0e30c166848f54b6c6350c198f 100644 (file)
@@ -53,10 +53,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      780             /* This version */
+#define REV_LEVEL      781             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 780             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 781             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 0398fcb18f4f99c9fa1073aa1729bd257d6acbb5..37411334c7fe62da6024075f624ec153ed2517f2 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.80], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.81], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 02908bf017890dc5357adac3f222041ba8e93895..0d9e4d9ee98e8582adb087169809d999502ea579 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 7.80, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.81, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 44e1544e77c9438a799b3365ed7472e16f64c271..ef93aaf65a7acf9e45f6a2969800525793845022 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      780
+#define LIBCITADEL_VERSION_NUMBER      781
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.