From: Art Cancro Date: Mon, 26 May 2003 05:36:25 +0000 (+0000) Subject: * citadel.h: changed internal version number to 6.07 X-Git-Tag: v7.86~5880 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9ef96f63493a45c7fe9cd75f8919b901240a6283 * citadel.h: changed internal version number to 6.07 * file_ops.c: #include * migratenet.c: #include --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index e2819bf62..c96f4709c 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,9 @@ $Log$ + Revision 606.4 2003/05/26 05:36:25 ajc + * citadel.h: changed internal version number to 6.07 + * file_ops.c: #include + * migratenet.c: #include + Revision 606.3 2003/05/26 05:30:18 ajc * serv_calendar.c: fixed a bug in the "ICAL freebusy" subcommand which caused it to always fetch the logged in user's freebusy times instead @@ -4724,3 +4729,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/citadel.h b/citadel/citadel.h index 8c9afe835..37b5ce430 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel/UX 6.06" +#define CITADEL "Citadel/UX 6.07" /* * REV_LEVEL is the current version number (multiplied by 100 to avoid having @@ -41,7 +41,7 @@ extern "C" { * are older than REV_MIN, none of the programs will work until the setup * program is run again to bring things up to date. */ -#define REV_LEVEL 606 /* This version */ +#define REV_LEVEL 607 /* This version */ #define REV_MIN 591 /* Oldest compatible version */ #define SERVER_TYPE 0 /* zero for stock Citadel/UX; other developers please diff --git a/citadel/file_ops.c b/citadel/file_ops.c index c9ab9b156..dd5f2bdbd 100644 --- a/citadel/file_ops.c +++ b/citadel/file_ops.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include diff --git a/citadel/migratenet.c b/citadel/migratenet.c index df30221d1..9dc0ba780 100644 --- a/citadel/migratenet.c +++ b/citadel/migratenet.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include