Updated version numbers.
authorArt Cancro <ajc@citadel.org>
Fri, 30 May 2008 03:20:30 +0000 (03:20 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 30 May 2008 03:20:30 +0000 (03:20 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/lib/libcitadel.h
webcit/README.txt
webcit/configure.ac
webcit/webcit.h

index 4fba490419bff1108de3620dc7728929b4022e90..ba973254210eb4d5ca0ef7361a851042ddee2db9 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 #define REV_LEVEL      736             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 733             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 113             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 114             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index cfd3c2cb71cb1a1d9e18bb307df9fbe49c65cf1a..79603f6f8b3a4a3481312610f86c6ded0b2fef73 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.35"
+!define MUI_VERSION "7.36"
 !define MUI_WELCOMEPAGE
 !define MUI_LICENSEPAGE
 !define MUI_COMPONENTSPAGE
@@ -18,7 +18,7 @@
 ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico"
 ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico"
 
-OutFile "citadel-7.35.exe"
+OutFile "citadel-7.36.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 78929b3a696814b17331a2de8518474fa4f1d81b..5c39ef79d966a8ca92471193bce751d968f20983 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.35], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.36], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index e9e964807e11c37e7f5e142adbe3b8add4d4ebd9..f42097abd2f63c5143858563b663a4cb060659a8 100644 (file)
@@ -14,7 +14,7 @@
  */
 #include <time.h>
 #include <stdlib.h>
-#define LIBCITADEL_VERSION_NUMBER      113
+#define LIBCITADEL_VERSION_NUMBER      114
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index c82017bdce3d602dbebf8562c38ed9ad2e7c6f08..37e77ec45e052fe84f578d1cf77fd2680fe1dedf 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 7.23
+                               version 7.36
  
    Copyright (C) 1996-2008 by the authors.  Portions written by:
  
index 763b8bf4c7d5c05f11aaf2da2b6a83eb0b743ae1..92c4705aea6ad9029931de196875ef5c450cb8be 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.35], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.36], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index cacacc181180ad2e9054281a52a2dbd7d2e2d679..fb75e4542ea00f64cd406b6d9108d91f08a2bddd 100644 (file)
@@ -124,9 +124,9 @@ extern locale_t wc_locales[];
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         735             /* This version of WebCit */
+#define CLIENT_VERSION         736             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    730             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          113             /* min required libcitadel ver */
+#define        LIBCITADEL_MIN          114             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */