]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
serv_network.c: moved a call to CtdlFreeMessage() out one nesting
[citadel.git] / citadel / citadel.h
index 31371415055c1ce94a878d86d1bff28025495e88..2e1e812a21a8cc73532b917deaf522edc6166d8b 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.80"
+#define CITADEL        "Citadel 6.81"
 
 /*
  * 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      680             /* This version */
+#define REV_LEVEL      681             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 655             /* Oldest compatible export files */