]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Added a sooper-seekrit way to spool network messages to a remote node
[citadel.git] / citadel / citadel.h
index 47c93997d9fbe7bb66d20731fb5f5d1f14d6e311..44fa989abfd0ba65e0b69764f63815552af6c74a 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.27"
+#define CITADEL        "Citadel 6.28"
 
 /*
  * 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      627             /* This version */
+#define REV_LEVEL      628             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */