* Backed out r7276 through r7278. This is too large a change to make during a featur...
[citadel.git] / citadel / citadel.h
index cbf7cadee17220e52f3f720d0d8a0829fa134d3a..5751624e7c54154b4ae0eed7e18efddfae64a527 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  *
  * Main Citadel header file
- * See copyright.txt for copyright information.
+ * See COPYING for copyright information.
  */
 
 /* system customizations are in sysconfig.h */
@@ -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      739             /* This version */
+#define REV_LEVEL      743             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 737             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 739             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 743             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */