X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitadel.h;h=e0bd35542a01b283b6f570c58e41c75a8c12ada2;hp=dbef91b2909ef40a171c710aad25d94746274d21;hb=8e06cc28654bde788aa7e62d93f0ce970b838d49;hpb=ad672426410571cb1f73d923743f23c90bc47611 diff --git a/citadel/citadel.h b/citadel/citadel.h index dbef91b29..e0bd35542 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -1,12 +1,10 @@ /* * Main Citadel header file * - * Copyright (c) 1987-2011 by the citadel.org team + * Copyright (c) 1987-2012 by the citadel.org team * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -51,10 +49,10 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 803 /* This version */ +#define REV_LEVEL 804 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 802 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 804 /* Minimum required version of libcitadel */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */