* Move to GPL v3
[citadel.git] / citadel / citadel.h
index 8dfa7ca7e1f17b690918d5714f1ca1ee3a0fc422..92c24fc6c8132ae66fb736226a4a1e02f3382cf5 100644 (file)
@@ -47,9 +47,9 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      705             /* This version */
+#define REV_LEVEL      711             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 705             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 706             /* Oldest compatible export files */
 
 #define SERVER_TYPE 0  /* zero for stock Citadel; other developers please
                           obtain SERVER_TYPE codes for your implementations */