Version number set to 7.87, tagging for stable release v7.87
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 23 Aug 2011 18:31:00 +0000 (14:31 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 23 Aug 2011 18:31:00 +0000 (14:31 -0400)
citadel/citadel.h
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

index e94eebe62cdb535d0bd2a8a06ee8c4c09b320b64..658e317e9a18b9d0275e74fe591d7318be6cf29c 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      786             /* This version */
+#define REV_LEVEL      787             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 786             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 787             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 52241a1d129f691a3054be346ef8c3e982214f3d..18fbf127bf0500ed2a17f074fba7ede6e03fe220 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.86], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.87], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 77b2c54d7382ec97e1a241f6d96bea2efe37263d..dd27491508280e64c8dd66d18b2d7c0f73e7318e 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.86, http://www.citadel.org)
+AC_INIT(libcitadel, 7.87, http://www.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index dc921fef3659384bbe38dda9b4b1899751cf1c48..d91b52f4aa529198a8d24a60e38e3baea41366cf 100644 (file)
@@ -10,7 +10,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      786
+#define LIBCITADEL_VERSION_NUMBER      787
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 820f91dc2a9702012412414830ea9a728087078d..29fd5bfdbce1b058ed03fa8293b0a6e68c82e8a1 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.86], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.87], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 5ba500b2b73cf58c9ba9b6ec244009fe05fb0640..9144373fd0114b49af022c5f765f2d7b89045d1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1987-2010 by the citadel.org team
+ * Copyright (c) 1987-2011 by the citadel.org team
  *
- * This program is free software; you can redistribute it and/or modify
+ * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
@@ -137,9 +137,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         786             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    786             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          786             /* min required libcitadel ver */
+#define CLIENT_VERSION         787             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    787             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          787             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */