THIS IS 6.60
authorArt Cancro <ajc@citadel.org>
Mon, 17 Oct 2005 15:00:16 +0000 (15:00 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Oct 2005 15:00:16 +0000 (15:00 +0000)
citadel/ChangeLog
citadel/citadel.h

index 5bbc2eba93c87de6af178945c7a091146b37b003..603f686d67060a156b8177791ba17eed9e135369 100644 (file)
@@ -1,3 +1,6 @@
+Mon Oct 17 10:59:55 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* THIS IS 6.60
+
 Sun Oct 16 00:23:19 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
 * msgbase.c: alias() now handles addresses such as 
   Display Name <user@host.org>
@@ -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)
 
index ecfd65fc74deb48a686c2f3afdfdc6f191080e22..1ee0453e5725c3c35b62b470f8d2895f487669d8 100644 (file)
@@ -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 */