X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=52944563d598453bdf6b15a8316f2050bff72c91;hb=0fe98a70f77338333359eb7963a45a16e0ebaf03;hp=3d2434bea06a6395d60295a786a1fa497ed69381;hpb=28ad3382f2ad7f6d83c418087b4e27dca985657c;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 3d2434bea..52944563d 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.12" +#define CITADEL "Citadel/UX 6.13" /* * 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 612 /* This version */ +#define REV_LEVEL 613 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 612 /* Oldest compatible export files */ @@ -243,7 +243,7 @@ struct floor { char f_name[256]; /* name of floor */ int f_ref_count; /* reference count */ struct ExpirePolicy f_ep; /* default expiration policy */ - }; +}; #define F_INUSE 1 /* floor is in use */