* Bumped the internal version number to 6.45 in preparation for
authorArt Cancro <ajc@citadel.org>
Thu, 31 Mar 2005 04:31:43 +0000 (04:31 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 31 Mar 2005 04:31:43 +0000 (04:31 +0000)
  an upcoming release.

citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index 3d5033e6167c5936de7726f6919be8d8852d0f0a..0e90f86ba6f12b637bfb509cd0ab4b029bff1be0 100644 (file)
@@ -1,4 +1,8 @@
  $Log$
+ Revision 641.34  2005/03/31 04:31:42  ajc
+ * Bumped the internal version number to 6.45 in preparation for
+   an upcoming release.
+
  Revision 641.33  2005/03/24 22:52:40  ajc
  * More extermination of the dreaded SIZ moby-buffers.
 
@@ -6569,3 +6573,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 918ea2b049b6da795cf7d9e2e5451d0ed5c9e4e0..abdc600cb0f38a2b59938f48fb133adec2f4f757 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.41"
+#define CITADEL        "Citadel 6.45"
 
 /*
  * 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      641             /* This version */
+#define REV_LEVEL      645             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */
 
index 44d71b49133486604e890b89026573ca1ca441e0..410863f20cc68726785f273f0f1a91effa1fa52e 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.41
-Entered-date: Mon Feb 21 13:39:24 PST 2005
+Version: 6.45
+Entered-date: Wed Mar 30 23:21:22 EST 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 8d2a1d9dabfac30d57ec955f127716e3cd28ffb4..ab7092ad2430e7880be07190f5dd593fb160cca2 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.41"
+!define MUI_VERSION "6.45"
 !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.41.exe"
+OutFile "citadel-6.45.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 81a2a8eb66dc2de5336e55309a911dbb09bf03a6..11c5e1530aca5fa3a2f2a390c0a6c8bca838ce85 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.41
+Version: 6.45
 Release: 1
 Copyright: GPL
 Group: Applications/Communications