From: Art Cancro Date: Mon, 17 Aug 2009 21:11:50 +0000 (+0000) Subject: * r7733 == webcit 7.62 X-Git-Tag: v7.86~924 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=fcf28c483613b4036b3370db1b7ebc6c79b02318 * r7733 == webcit 7.62 --- diff --git a/webcit/configure.ac b/webcit/configure.ac index c17d5593e..d02f4ce54 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [7.61], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.62], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 9634dae66..7b3d90c28 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -112,7 +112,7 @@ #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 761 /* This version of WebCit */ +#define CLIENT_VERSION 762 /* 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 */