Updated the MIME Parser API to include Content-ID in
[citadel.git] / citadel / citadel.h
index 35956a4ba72dece7b50fa7fa57bac914c4aed84f..5b6bb0a69fae3a7b1f276d16a7d806f312f494f3 100644 (file)
@@ -38,10 +38,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      737             /* This version */
+#define REV_LEVEL      739             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 737             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 115             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 739             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */