* Version numbers of everything 7.63
authorArt Cancro <ajc@citadel.org>
Tue, 1 Sep 2009 02:17:55 +0000 (02:17 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Sep 2009 02:17:55 +0000 (02:17 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

index 9ea96d780166880ad792f46bd6161e006ec2a595..891a49c864f6cc053f70402495a29d1b87bdd89b 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      761             /* This version */
+#define REV_LEVEL      763             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 761             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 763             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 9d9df6b507caa26b0320b1411590737d6dc2cd1b..5bd24a5536957876dc74043102d3b51652853c17 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.61"
+!define MUI_VERSION "7.63"
 !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.61.exe"
+OutFile "citadel-7.63.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index ddf0871d535c4adb0e8c6249866e10cbb689d46d..d49a2668a3079308179658f069f070e04d3939c2 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.61], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.63], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 93fb15e92f8f82701623425e76792e74366b855c..62deba68646d712f069a7331fa669374acc2938b 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.61, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.63, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 925b0d38582c179cd23a928a65764e2b2fe27f2a..ab17da016b1561670a4bbc02a9f0221050269ba4 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      761
+#define LIBCITADEL_VERSION_NUMBER      763
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index d02f4ce543d7366469b60dd396df0c10119a8d34..4342ac0a74098bfe007b4cb98dab2e3b579c665d 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.62], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.63], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 188c034d65ddea9a74b4bf63cf4827e187fb14d2..6815c817f784d310e71213e4015e3d7e1acd412c 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         762             /* This version of WebCit */
+#define CLIENT_VERSION         763             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    761             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          761             /* min required libcitadel ver */
+#define        LIBCITADEL_MIN          763             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */