]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Add hashes of message id and references to msgs commands with headers
[citadel.git] / citadel / citadel.h
index 6a7312eb86acbed31283c9990e64969f2fbe16fb..a21b32e6f66ca0141183ec38f13c1bc928ad78ae 100644 (file)
@@ -45,10 +45,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      902             /* This version */
+#define REV_LEVEL      904             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 901             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 903             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */