From: Art Cancro Date: Fri, 21 Oct 2005 19:14:56 +0000 (+0000) Subject: Bumped internal version number to 6.61 X-Git-Tag: v7.86~4532 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a24ec67550e10fdfaa4285bceb2fdc93e8828069;p=citadel.git Bumped internal version number to 6.61 --- diff --git a/citadel/citadel.h b/citadel/citadel.h index 1ee0453e5..010dfacd8 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -33,7 +33,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.60" +#define CITADEL "Citadel 6.61" /* * 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 660 /* This version */ +#define REV_LEVEL 661 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 655 /* Oldest compatible export files */