Updated the MIME Parser API to include Content-ID in
[citadel.git] / citadel / citadel.h
index c74bef1a6f9d9ca319c3656be3d26911ecc9279a..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      732             /* This version */
+#define REV_LEVEL      739             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 725             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 109             /* Minimum required version of libcitadel */
+#define EXPORT_REV_MIN 737             /* Oldest compatible export files */
+#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 */