]> code.citadel.org Git - citadel.git/commitdiff
* Updated internal version number to 6.41
authorArt Cancro <ajc@citadel.org>
Mon, 21 Feb 2005 21:40:28 +0000 (21:40 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 21 Feb 2005 21:40:28 +0000 (21:40 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index 0f1cd04784e9dccbe4bb2bbab20d548b8785c971..6a6469bb5028d2a28a1f3f2bb3d36b3a3442e1fe 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 640.14  2005/02/21 21:40:28  ajc
+ * Updated internal version number to 6.41
+
  Revision 640.13  2005/02/20 21:10:59  ajc
  * Repaired access control problem in IMAP SUBSCRIBE
 
@@ -6421,3 +6424,4 @@ 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 593e874677f035626393c8f55c7108ceebd59535..2bc0bf3fe8211ef992e761294b2087c8bd22a0b9 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.40"
+#define CITADEL        "Citadel 6.41"
 
 /*
  * 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      640             /* This version */
+#define REV_LEVEL      641             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */
 
index 06cd0df854355cc099a2d1d725b0ab2a35015d59..44d71b49133486604e890b89026573ca1ca441e0 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.40
-Entered-date: Thu Feb 10 11:38:06 EST 2005
+Version: 6.41
+Entered-date: Mon Feb 21 13:39:24 PST 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 09ba50de16f0eee6078124b8789a79f1a6e709d8..8d2a1d9dabfac30d57ec955f127716e3cd28ffb4 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.30"
+!define MUI_VERSION "6.41"
 !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.40.exe"
+OutFile "citadel-6.41.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 82eeec062ee1c390164650e0851bcfa6e90fb945..81a2a8eb66dc2de5336e55309a911dbb09bf03a6 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.40
+Version: 6.41
 Release: 1
 Copyright: GPL
 Group: Applications/Communications