]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Updated internal version number to 6.41
[citadel.git] / citadel / citadel.h
index 593e874677f035626393c8f55c7108ceebd59535..2bc0bf3fe8211ef992e761294b2087c8bd22a0b9 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.40"
+#define CITADEL        "Citadel 6.41"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -44,7 +44,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      640             /* This version */
+#define REV_LEVEL      641             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */