* Updated docs and tagged everything for the 5.72 release
authorArt Cancro <ajc@citadel.org>
Tue, 23 May 2000 02:09:32 +0000 (02:09 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 23 May 2000 02:09:32 +0000 (02:09 +0000)
citadel/ChangeLog
citadel/citadel.h

index bb7fcf0c67cd6d26d411077eb4c1ae07f712566b..f58aba15020023357a11804da47a234e3e6ff7e6 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 572.0  2000/05/23 02:09:30  ajc
+ * Updated docs and tagged everything for the 5.72 release
+
  Revision 571.7  2000/05/20 23:28:20  ajc
  * Fixed bug in client API that was causing netproc to crash
 
@@ -1878,4 +1881,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
-
index a3b723dcb694ea02c5f61dabd3a2134a264ea656..6e467542d3d4ba14a545e30170cebe372cf6f00b 100644 (file)
@@ -9,7 +9,7 @@
 #include "sysconfig.h"
 #include "ipcdef.h"
 
-#define CITADEL        "Citadel/UX 5.71"       /* Text description of this software */
+#define CITADEL        "Citadel/UX 5.72"       /* Text description of this software */
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -18,7 +18,7 @@
  * 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      571             /* This version */
+#define REV_LEVEL      572             /* This version */
 #define REV_MIN                570             /* Oldest compatible version */
 
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please