* THIS IS 7.43 (BETA VERSION)
authorArt Cancro <ajc@citadel.org>
Tue, 17 Mar 2009 03:22:44 +0000 (03:22 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 17 Mar 2009 03:22:44 +0000 (03:22 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/README.txt
webcit/configure.ac
webcit/webcit.h

index aee3f693b17c225fb6a479d3a426447a0207989c..5751624e7c54154b4ae0eed7e18efddfae64a527 100644 (file)
@@ -38,10 +38,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      741             /* This version */
+#define REV_LEVEL      743             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 737             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 741             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 743             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index e820cbe546551a7b29209d0c6b4a145c269745de..81d5fdfd85ab9975ab24fb6dd5243f4e1e936d41 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.41"
+!define MUI_VERSION "7.43"
 !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.41.exe"
+OutFile "citadel-7.43.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index ebb8b70872c629b8b52471cd588ff0afbab7de60..134ef7e6a64349ca887b54ffc9477e1f5bb7ea3c 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.42], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.43], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index 58f939cd712b1b0bad912e87c8c84906c251cbb3..a6c469bb187dafaa16128cf1ad6d8ff3b28d5128 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.42, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.43, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 223ddf134683748507c545deaf345a88c67d492c..85d4d330c0a8c64ecee2a41df1bdbd48b94f9a40 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      741
+#define LIBCITADEL_VERSION_NUMBER      743
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 4cc0550034faf019973bb6f8eb28a63186d49393..bf66b8632f95bd35ead8138ec55e94143d155bc8 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 7.41
+                               version 7.43
  
    Copyright (C) 1996-2009 by the authors.  Portions written by:
  
index 1efaaffd47891d6c9da39957fc02495b16679373..88fd8199b267e0041e4453b13bab2c12778c96a2 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.42], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.43], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index e2c7aef9e796189e19cb90e9a71d78dcafc22980..202bcabb57ec3227f144fc5439c54a0edda3408b 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         741             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    741             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          741             /* min required libcitadel ver */
+#define CLIENT_VERSION         743             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    743             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          743             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */