From: Art Cancro Date: Mon, 17 Oct 2005 15:00:16 +0000 (+0000) Subject: THIS IS 6.60 X-Git-Tag: v7.86~4543 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=be4c49bfcabc8921c989baed9b1298b8565307dd;p=citadel.git THIS IS 6.60 --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 5bbc2eba9..603f686d6 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,3 +1,6 @@ +Mon Oct 17 10:59:55 EDT 2005 Art Cancro +* THIS IS 6.60 + Sun Oct 16 00:23:19 EDT 2005 Art Cancro * msgbase.c: alias() now handles addresses such as Display Name @@ -168,7 +171,7 @@ Revision 655.2 2005/09/15 03:31:09 ajc fn, n, and all email fields in the vCards in user's Contacts room. Revision 655.1 2005/09/14 03:48:32 ajc -* Bumped internal version number to 5.66 +* Bumped internal version number to 6.56 * Checked in an initial but incomplete version of the AUTO command (to be used for address autocompletion) diff --git a/citadel/citadel.h b/citadel/citadel.h index ecfd65fc7..1ee0453e5 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -33,7 +33,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.59" +#define CITADEL "Citadel 6.60" /* * REV_LEVEL is the current version number (multiplied by 100 to avoid having @@ -45,7 +45,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 659 /* This version */ +#define REV_LEVEL 660 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 655 /* Oldest compatible export files */