* Added support for "Cc" and "Bcc" IMAP SEARCHes
[citadel.git] / citadel / citadel.h
index 3d2434bea06a6395d60295a786a1fa497ed69381..52944563d598453bdf6b15a8316f2050bff72c91 100644 (file)
@@ -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 */