* Internal version number is now 6.30
authorArt Cancro <ajc@citadel.org>
Fri, 21 Jan 2005 20:24:35 +0000 (20:24 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 21 Jan 2005 20:24:35 +0000 (20:24 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index ce430c59001add54f933c86807edfebfe2a03e72..5bfb109e9d792e523b85a1237611fb5eba4e973f 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 629.10  2005/01/21 20:24:34  ajc
+ * Internal version number is now 6.30
+
  Revision 629.9  2005/01/21 20:20:06  ajc
  * Increase per-thread stack size from 128k to 256k.  This fixes the
    crashing IMAP service on 64-bit Linux.
@@ -6287,3 +6290,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 4ee22978232e5ac5d87d8b235aec2300db25ebcd..d7d071a74778d10d8fe35a50814765e9a6ccb885 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.29"
+#define CITADEL        "Citadel 6.30"
 
 /*
  * 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      629             /* This version */
+#define REV_LEVEL      630             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */
 
index 48af197d1fe738b31e2435a90734913ab2f86957..ab9414b1dd81203c043099d4289a9c4786ebabdf 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.29
-Entered-date: Mon Jan  3 22:55:53 EST 2005
+Version: 6.30
+Entered-date: Fri Jan 21 15:23:40 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 b8772820be5bae41534c9a584c029aacdf1eb355..7ebca719507f3b1602dcca50733cd18dda16dfe0 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.29"
+!define MUI_VERSION "6.30"
 !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.29.exe"
+OutFile "citadel-6.30.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index ffccdcfb2c5b4083435e01c4bfeedaefc17e820e..3e1e3356e7702f05abf68813dd41638f799d6cc3 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.29
+Version: 6.30
 Release: 1
 Copyright: GPL
 Group: Applications/Communications