]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Bumped internal version number to 5.66
[citadel.git] / citadel / citadel.h
index ced109b9addd7f4a207e091b29068ec49f7b79cc..78eb2a4cf597b774ad6d2755dd76216b52a7905e 100644 (file)
@@ -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      655             /* This version */
+#define REV_LEVEL      656             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 652             /* 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 */