Set all version numbers to 8.00 -- FEATURE FREEZE FOR 8.00
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 22 Aug 2011 18:18:37 +0000 (14:18 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 22 Aug 2011 18:18:37 +0000 (14:18 -0400)
citadel/citadel.h
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

index 25ceb1c7ec42a85c905078f23448190a01940de3..5e9d6fc8f1942ca35984517ab0224244b5526f94 100644 (file)
@@ -51,10 +51,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      790             /* This version */
+#define REV_LEVEL      800             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 789             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 800             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index a96b0841be7fae352792c5191f8fa3ce605dfc9c..a855edcfb147cb527c0a379df991f487308765bf 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [7.90], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.00], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 48aac6bbdb272bb6df4016a37b615dfe4140a96b..eb3f4c0ed76de977763dd699cfcaa1dd2339f7c0 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.89, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 8.00, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -23,7 +23,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
 LIBCURRENT=2
-LIBREVISION=0
+LIBREVISION=1
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index 2ca28bb7686bea528ebce20363665f27e5829194..96cb9f3ff91307a7bb7c0d33e0b9f5191ba86766 100644 (file)
@@ -14,7 +14,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      789
+#define LIBCITADEL_VERSION_NUMBER      800
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index d1048f93d290751d1a2fa1976d63986628051d91..0a0ea941b20f815edef1d6eae4b4d6102c700484 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.89], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.00], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 45ac43cf3e7ea72c1f8f55a4a3c8a5e7b0e3d8e9..cb2e19b83e49688e317a123801a77912f4777e48 100644 (file)
@@ -144,9 +144,9 @@ extern char *ssl_cipher_list;
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         789             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    789             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          789             /* min required libcitadel ver */
+#define CLIENT_VERSION         800             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    800             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          800             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */