]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
THIS IS 6.62
[citadel.git] / citadel / citadel.h
index 010dfacd84b4c7a386aa747a0d37d843ed646ccc..f18b28f30201c27916402318afbbe6a095fca606 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.61"
+#define CITADEL        "Citadel 6.62"
 
 /*
  * 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      661             /* This version */
+#define REV_LEVEL      662             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 655             /* Oldest compatible export files */