]> code.citadel.org Git - citadel.git/commitdiff
* Bumped the internal version number to 6.11
authorArt Cancro <ajc@citadel.org>
Wed, 20 Aug 2003 03:51:08 +0000 (03:51 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 20 Aug 2003 03:51:08 +0000 (03:51 +0000)
citadel/ChangeLog
citadel/citadel.h

index edf6156e8eec1d49e624c480ca2830c8eb5ccf21..e585a216a433ef4349269c465b55571b7712fb5a 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 610.2  2003/08/20 03:51:08  ajc
+ * Bumped the internal version number to 6.11
+
  Revision 610.1  2003/08/20 03:36:13  ajc
  * Create a "Contacts" room for personal address book use
 
@@ -4973,4 +4976,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index ca7cf47b397fb68e6ce75740dd9f47d321e0ecf8..d64eadee3180de113311c5f8507a0719bb84477f 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel/UX 6.10"
+#define CITADEL        "Citadel/UX 6.11"
 
 /*
  * 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      610             /* This version */
+#define REV_LEVEL      611             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 609             /* Oldest compatible export files */