X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=683b1c8f93aa0d6f49bd8f970d920c2ac277e3da;hb=22ff8a2f3dd704c2728dca07e28524edabc1463c;hp=b15e015270ad0e29d0ada937cbc0120d5073481a;hpb=bd8aec5ecea29ad91c64b2ea12ed3b7b8c1a543d;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index b15e01527..683b1c8f9 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -35,20 +35,10 @@ extern "C" { */ #define CITADEL PACKAGE_STRING -/* - * REV_LEVEL is the current version number (multiplied by 100 to avoid having - * to fiddle with the decimal). REV_MIN is the oldest version of Citadel - * whose data files are compatible with the current version. If the data files - * are older than REV_MIN, none of the programs will work until the setup - * program is run again to bring things up to date. EXPORT_REV_MIN is the - * oldest version of Citadel whose export files we can read. The latter is - * usually more strict because you're not really supposed to dump/load and - * upgrade at the same time. - */ -#define REV_LEVEL 916 // This version +#define REV_LEVEL 920 // This version #define REV_MIN 591 // Oldest compatible database #define EXPORT_REV_MIN 760 // Oldest compatible export files -#define LIBCITADEL_MIN 916 // Minimum required version of libcitadel +#define LIBCITADEL_MIN 920 // Minimum required version of libcitadel #define SERVER_TYPE 0 // zero for stock Citadel; other developers please // obtain SERVER_TYPE codes for your implementations @@ -162,7 +152,6 @@ struct ctdlroom { #define MES_ERROR (-1) // Can't send message due to bad address #define MES_LOCAL 0 // Local message, do no network processing #define MES_INTERNET 1 // Convert msg and send as Internet mail -#define MES_IGNET 2 // Process recipient and send via Cit net /****************************************************************************/