* Set version number to 7.50 across the entire system in preparation for upcoming...
authorArt Cancro <ajc@citadel.org>
Thu, 2 Apr 2009 21:25:22 +0000 (21:25 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Apr 2009 21:25:22 +0000 (21:25 +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 56939158efab54b3269ec6f263ad5d6ced49109c..35178aa14f036e0e3f5791b42497819288d73da1 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      744             /* This version */
+#define REV_LEVEL      750             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 737             /* Oldest compatible export files */
 #define LIBCITADEL_MIN 744             /* Minimum required version of libcitadel */
index 39837751a8e5cc688244f261fec00e1b1c35ad60..9460e5971b335d4df3e5cab08afedaf2d50f0801 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.44"
+!define MUI_VERSION "7.50"
 !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.44.exe"
+OutFile "citadel-7.50.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 84c97ba9d15b4e283955253351412f4e89fc8568..d7bbdf177580ad1e5cdf9071e4b6fb35ce2b0c72 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.44], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.50], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index e519d39eb6557808b4b13afa7ba70a0f982b85c3..7ddad84e1e144aaf04e5bc43c63046318d1def87 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.44, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.50, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 4dc77c959d39ef2c05c9d84e0808a516b25009d6..808b6d8ef8e76644fb996476a64b4be30b1f7978 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      744
+#define LIBCITADEL_VERSION_NUMBER      750
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -118,7 +118,7 @@ void mime_parser(char *content_start, char *content_end,
                        void *cbuserdata),
                void *userdata,
                int dont_decode
-               );
+);
 
 
 
index 3d299d54b7377829abfff7baf872f788f2caa26b..7e3dc243e94c7e5e3f51bf69a9f3e1e9a08d1082 100644 (file)
@@ -1,5 +1,4 @@
                         WEBCIT for the Citadel System
-                               version 7.44
  
    Copyright (C) 1996-2009 by the authors.  Portions written by:
  
index 96af2d2bc340601d756f66b9bc60639deab36eb6..e36ab4a5dd3b9ebe28d82d4a4659e11e4a4259b3 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.44], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.50], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 7d28b374992d3ef68a4c118a75ffdabb3845bd45..0f4a1533277ed0a22682cc6f35a71ede9c4dbac9 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         744             /* This version of WebCit */
+#define CLIENT_VERSION         750             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    744             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          744             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */