* Set the internal version number to 6.46 in preparation for a release
authorArt Cancro <ajc@citadel.org>
Sun, 8 May 2005 03:43:22 +0000 (03:43 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 8 May 2005 03:43:22 +0000 (03:43 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index df8376e4da4825f48f94700519036d021d05677e..398e62aefb2db19ed632f12e33a994ec93b5a9e2 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 645.19  2005/05/08 03:43:22  ajc
+ * Set the internal version number to 6.46 in preparation for a release
+
  Revision 645.18  2005/05/02 20:52:42  ajc
  * More IMAP optimizations, including the application of our latest "don't
    fetch the message body" trick to ENVELOPE and INTERNALDATE fetches, to
@@ -6661,4 +6664,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 677ac0ad91dbc143b78035bbd58fc8f074ade7de..c5e5fb4f91580904dc0f68225be9e298a0759b95 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.45"
+#define CITADEL        "Citadel 6.46"
 
 /*
  * 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      645             /* This version */
+#define REV_LEVEL      646             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */
 
index 3ff8a15aaac074b70063ea37bf5bd0df2a18f1f6..17f986cf6305601301e50a9236b251e9cd51e0e2 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.45
-Entered-date: Wed Mar 30 23:21:22 EST 2005
+Version: 6.46
+Entered-date: Sat May  7 23:42:09 EDT 2005
 Description: The Citadel messaging platform for Unix systems.
         In addition to BBS functionality, Citadel also offers advanced
        messaging and groupware applications, including Internet e-mail
index ab7092ad2430e7880be07190f5dd593fb160cca2..74927e5c54d28a5ac894196d36ed1e9903b17353 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.45"
+!define MUI_VERSION "6.46"
 !define MUI_WELCOMEPAGE
 !define MUI_LICENSEPAGE
 !define MUI_COMPONENTSPAGE
@@ -18,7 +18,7 @@
 ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico"
 ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico"
 
-OutFile "citadel-6.45.exe"
+OutFile "citadel-6.46.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 6a9524f6b76d3438ac5151e41d8724fbd9e95e1b..08152d5d8b28836077f707a0b38589d33c73f848 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.45
+Version: 6.46
 Release: 1
 Copyright: GPL
 Group: Applications/Communications