]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
MSGS command can now do full text search on the room
[citadel.git] / citadel / citadel.h
index 90a4ef70daa49ce9861897dfcdb41b521f9344fe..c12b99ecc76137b57b26186eb857fd5ed08161e1 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * $Id$
  *
- * main Citadel header file
- * see copyright.txt for copyright information
+ * Main Citadel header file
+ * See copyright.txt for copyright information.
  */
 
 /* system customizations are in sysconfig.h */
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.73"
+#define CITADEL        "Citadel 6.84"
 
 /*
  * 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      673             /* This version */
+#define REV_LEVEL      684             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 655             /* Oldest compatible export files */