Version number set to 7.87, tagging for stable release
[citadel.git] / citadel / citadel.h
index e94eebe62cdb535d0bd2a8a06ee8c4c09b320b64..658e317e9a18b9d0275e74fe591d7318be6cf29c 100644 (file)
@@ -53,10 +53,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      786             /* This version */
+#define REV_LEVEL      787             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 786             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 787             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */