* Version number to 7.61 on all components
authorArt Cancro <ajc@citadel.org>
Thu, 6 Aug 2009 05:50:43 +0000 (05:50 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 6 Aug 2009 05:50:43 +0000 (05:50 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

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