]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Added "instant expunge" and "allow spoofing" site config options.
[citadel.git] / citadel / citadel.h
index b0e72d6f9b6a09a09e2dc32f86c0a2a27285a1bb..2a631747ff46df4c8accbb3cb5227a6ec073c97c 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.51"
+#define CITADEL        "Citadel 6.55"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -45,9 +45,9 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      651             /* This version */
+#define REV_LEVEL      655             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 651             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 655             /* Oldest compatible export files */
 
 #define SERVER_TYPE 0  /* zero for stock Citadel; other developers please
                           obtain SERVER_TYPE codes for your implementations */