]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Removed ChangeLog, we'll go with the svn log from now on.
[citadel.git] / citadel / citadel.h
index 3d964a3f2c9ba610ee58c45429cbaf5465239cd4..db82b67ea19b88a1bf39f5940dbe3a7d351f6ccc 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.71"
+#define CITADEL        "Citadel 6.72"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -45,7 +45,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      671             /* This version */
+#define REV_LEVEL      672             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 655             /* Oldest compatible export files */