X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=ca1d1d28f1417359020bc1b7e01956934027c2c1;hp=4cb99869fb554d6d63fe936c5ef9c2ceedd4ff62;hb=fef8075c28c6fdf09f0f84ec8448cbbe6362bff9;hpb=fe5d3aba58a1f737eda2fb8b1fb8af3e17b98868 diff --git a/webcit/webcit.h b/webcit/webcit.h index 4cb99869f..ca1d1d28f 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -8,10 +8,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "sysdep.h" @@ -133,9 +129,9 @@ extern char *ssl_cipher_list; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 804 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 804 /* min required Citadel ver */ -#define LIBCITADEL_MIN 804 /* min required libcitadel ver */ +#define CLIENT_VERSION 805 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 805 /* min required Citadel ver */ +#define LIBCITADEL_MIN 805 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Target for inline URL's */