changing internal version number to 8.12
[citadel.git] / citadel / citadel.h
index 8c58ff58dad1cdfc9b55ea5ecec9c4055996bffe..9b0c36babb2e6cd039dbbb28ee33f041fc21ca47 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      810             /* This version */
+#define REV_LEVEL      812             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 810             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 812             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
@@ -232,6 +232,9 @@ enum {
 #define GF_SKIP                1               /* <;S>kip floor mode */
 #define GF_ZAP         2               /* <;Z>ap floor mode */
 
+/* number of items which may be handled by the CONF command */
+#define NUM_CONFIGS 70
+
 /*
  * MIME types used in Citadel for configuration stuff
  */