X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=37b5ce430c2948d4e24a3ccc1c7ec7d20121d72f;hb=9ef96f63493a45c7fe9cd75f8919b901240a6283;hp=8c9afe8356e2cc9d9c6a7804a5a51856a2da5baa;hpb=08d071348792717763347f2ea6fdb6722fc1f049;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 8c9afe835..37b5ce430 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel/UX 6.06" +#define CITADEL "Citadel/UX 6.07" /* * 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 607 /* This version */ #define REV_MIN 591 /* Oldest compatible version */ #define SERVER_TYPE 0 /* zero for stock Citadel/UX; other developers please