]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Bump internal version number to 6.08
[citadel.git] / citadel / citadel.h
index 8c9afe8356e2cc9d9c6a7804a5a51856a2da5baa..038a17f6e1217af939a6942d19c3b1160b3ae0d5 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel/UX 6.06"
+#define CITADEL        "Citadel/UX 6.08"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -41,7 +41,7 @@ extern "C" {
  * are older than REV_MIN, none of the programs will work until the setup
  * program is run again to bring things up to date.
  */
-#define REV_LEVEL      606             /* This version */
+#define REV_LEVEL      608             /* This version */
 #define REV_MIN                591             /* Oldest compatible version */
 
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please