* bump minimum required version number to 744 in order to reflect config change....
authorWilfried Göesgens <willi@citadel.org>
Sat, 28 Mar 2009 10:23:10 +0000 (10:23 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 28 Mar 2009 10:23:10 +0000 (10:23 +0000)
citadel/citadel.h

index 5751624e7c54154b4ae0eed7e18efddfae64a527..fa979d0939f4ac15e5c27b14d72471bfaec64f37 100644 (file)
@@ -38,9 +38,9 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      743             /* This version */
+#define REV_LEVEL      744             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 737             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 744             /* Oldest compatible export files */
 #define LIBCITADEL_MIN 743             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please