]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Site config protocol and UI for XMPP port numbers
[citadel.git] / citadel / citadel.h
index c20ee80425ec1da64d8c7dae0bc3f1232bec9555..5963a6a19aa215f69c5746854b4415127cfa255b 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      722             /* This version */
+#define REV_LEVEL      725             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 722             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 725             /* Oldest compatible export files */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */