]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
getuserbynumber() now uses a proper indexed database
[citadel.git] / citadel / citadel.h
index e34dce4df11fe20a34a748a512a544da498b9691..4fba490419bff1108de3620dc7728929b4022e90 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      733             /* This version */
+#define REV_LEVEL      736             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 733             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 109             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 113             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */