Set internal version numbers to 8.21
[citadel.git] / citadel / citadel.h
index b8e245bae6296ec8241093984569561bf26c8544..df6a1fcf112aa0968dd671eb4bc33a3b31db49e9 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      820             /* This version */
+#define REV_LEVEL      821             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 820             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 821             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */