* Set all version numbers to 7.41 for upcoming beta.
authorArt Cancro <ajc@citadel.org>
Fri, 20 Feb 2009 18:18:29 +0000 (18:18 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 20 Feb 2009 18:18:29 +0000 (18:18 +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 cbf7cadee17220e52f3f720d0d8a0829fa134d3a..d8ad296d41df387c3effedc0d1fe730f780bb31d 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      739             /* This version */
+#define REV_LEVEL      741             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 737             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 739             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 741             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 05469808d8fa1c002d2b8adbc20d76e06dd8a5ae..e820cbe546551a7b29209d0c6b4a145c269745de 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.36"
+!define MUI_VERSION "7.41"
 !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.38.exe"
+OutFile "citadel-7.41.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 8d0ed34c481d06ed81254faf79d1781d97e20d4c..84d935cf56f82264fd757bfac0f48e6d16238e9e 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.38], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.41], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index 432b4de3a3592da5a75c9560e2987a84010cf345..4314eda5ce3828bf542747da5a4f3d3a5eae87da 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.38, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.41, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 330184cabe12939113bceba8de32863d9649cb0d..21be740e6e00e53d4b583b81a26ff52b5e08dacb 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      739
+#define LIBCITADEL_VERSION_NUMBER      741
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index ddfa8c3b778c62d61541e668ab2fbd75d67b323a..4cc0550034faf019973bb6f8eb28a63186d49393 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 7.37
+                               version 7.41
  
    Copyright (C) 1996-2009 by the authors.  Portions written by:
  
index 657e272c7c5c7bfae74d8640869fbbf8a1c8a6dd..71dc4e14d35068c5065241a7862e89263bf28268 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.37], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.41], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 24a5fed86b8ff654fb6c4b76707fa86ca722827f..8bd95462ac20b5b30c7871264abb43c474ef891d 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         739             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    739             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          739             /* min required libcitadel ver */
+#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 DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */