--- VERSION 7.30 ---
authorArt Cancro <ajc@citadel.org>
Thu, 31 Jan 2008 18:49:29 +0000 (18:49 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 31 Jan 2008 18:49:29 +0000 (18:49 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/configure.in
webcit/configure.ac
webcit/webcit.h

index ed2db509f664d530fe0e13b1df6acc1b37dc8d12..804d7fcb7a0b31e10fc6bd2df5ef1ae1ef334624 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      725             /* This version */
+#define REV_LEVEL      730             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 725             /* Oldest compatible export files */
 #define LIBCITADEL_MIN 103             /* Minimum required version of libcitadel */
index b1696e22e8a40b91a01d1a6aec2756856c46d432..f7621105cbf8a064b5a981598054c9802f12b56a 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.23"
+!define MUI_VERSION "7.30"
 !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.21.exe"
+OutFile "citadel-7.30.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 31c333bb5c43d89f8b24b98b156d3d37de0eda91..87ba9ffe7456356beca4dfa19d525acecfb4da31 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.24], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.30], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index 1c94025ae1a9114b9eecc9ed9a0763c0e4526ea4..9e27abe6a9b5667de634b1d74c464d13e0df4762 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(citadel, 7.24, example@example.com)
+AC_INIT(libcitadel, 1.03, example@example.com)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 537917bd3f0b27fa2eb0e8948c8357395d6dc434..cd036cf3766a91458838bd6cd3c9155aab4ab3f6 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.24], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.30], [http://www.citadel.org/])
 
 AC_SUBST(PROG_SUBDIRS)
 AC_DEFINE(PROG_SUBDIRS, [], [Program dirs])
index 7e9ebce19ca4b64002bfd5a058026cd6115b5440..099684d78d2987500eab9d892b46849c10d30bea 100644 (file)
@@ -122,8 +122,8 @@ extern locale_t wc_locales[];
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         723             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    723             /* min required Citadel ver */
+#define CLIENT_VERSION         730             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    730             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          103             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"