Set all version numbers to 8.00 -- FEATURE FREEZE FOR 8.00
[citadel.git] / citadel / citadel.h
index 24e3054c5898baf617374ee785877ebf1ea74b3b..5b4831b91a5138e36a9173419d9b440d34443e90 100644 (file)
@@ -51,10 +51,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      789             /* This version */
+#define REV_LEVEL      800             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 789             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 800             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */