]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Updated protocol documentation with MSIV commands
[citadel.git] / citadel / citadel.h
index b8f094973edcb6a05b5f5232e0f8226b4b53976f..07ad0a9f8689606b7f62918cce620a40de9601da 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.84"
+#define CITADEL        "Citadel 6.90"
 
 /*
  * 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      684             /* This version */
+#define REV_LEVEL      690             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 684             /* Oldest compatible export files */