]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Internal version number is now 6.27
[citadel.git] / citadel / citadel.h
index 54911d4ecb7b6c31db3bdc8ae698ad4c7a401323..47c93997d9fbe7bb66d20731fb5f5d1f14d6e311 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.26"
+#define CITADEL        "Citadel 6.27"
 
 /*
  * 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      626             /* This version */
+#define REV_LEVEL      627             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */