update version number in preparation for 7.85 release
authorArt Cancro <ajc@citadel.org>
Tue, 21 Dec 2010 03:23:49 +0000 (22:23 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 21 Dec 2010 03:23:49 +0000 (22:23 -0500)
citadel/citadel.h
citadel/configure.ac
libcitadel/README.txt
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

index 7698db15e24cd090c4584d0be0c50ca94d5a6bdd..9813272e05ce3d9804a4791169d9935ef1cab340 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      784             /* This version */
+#define REV_LEVEL      785             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 781             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 785             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 744558038b698e10405d7d60a5eb781cdf7bf997..f99752f5e2f274761c4d6ad481a75ca11d91f51e 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.84], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.85], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index b6d60c947dce69488a13e6e4b9ce093f28bdc446..9223984dc0f246fc72bfe9c2ce46ae436724f979 100644 (file)
@@ -4,7 +4,7 @@ WebCit.  It is not intended to be a general-purpose library for widespread
 use, although there are parts of it that may be useful for that purpose,
 such as the MIME parser and the vCard data type.
 
-Copyright (c) 1987-2009 by the citadel.org development team.
+Copyright (c) 1987-2010 by the citadel.org development team.
 This program is distributed under the terms of the GNU General Public
 License, version 3.
 
index c96ce8114e0bba29464abf7dedf56676199beea8..cad1043bd21bec5a9438ee84fa3f32c694dc4078 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.84, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.85, http://www.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 65321b7b799816e64da6616677a0b8ba4af55163..e7fe21d1cbe2852bc44d35e97b214e2ac58bc471 100644 (file)
@@ -10,7 +10,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      784
+#define LIBCITADEL_VERSION_NUMBER      785
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 0289782a4b84c379f6e540d63ac07ee7fc5f5011..8f34adef32944e21b57500c8c294df1f05e917c2 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.84], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.85], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 2debdabd6a9502ad45ee885a90ef63d971353835..c1c74a62498fa1f274b7e70972af4b400f7d2673 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * Copyright (c) 1987-2010 by the citadel.org team
  *
  * This program is free software; you can redistribute it and/or modify
@@ -138,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         784             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    781             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          781             /* min required libcitadel ver */
+#define CLIENT_VERSION         785             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    785             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          785             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */