* Internal version number is now 6.27
authorArt Cancro <ajc@citadel.org>
Wed, 3 Nov 2004 20:18:46 +0000 (20:18 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 3 Nov 2004 20:18:46 +0000 (20:18 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index 005706e687e0cef863c9c06f3d8940a6f9bb7f6c..390c0c1ade3c7e10350e2bb92624cf7c48816e52 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 626.18  2004/11/03 20:18:46  ajc
+ * Internal version number is now 6.27
+
  Revision 626.17  2004/11/02 22:59:20  ajc
  * setup.c: fixed an incorrect variable name that was causing inittab
    twiddling to malfunction.
@@ -6186,3 +6189,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 54911d4ecb7b6c31db3bdc8ae698ad4c7a401323..47c93997d9fbe7bb66d20731fb5f5d1f14d6e311 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.26"
+#define CITADEL        "Citadel 6.27"
 
 /*
  * 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      626             /* This version */
+#define REV_LEVEL      627             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 626             /* Oldest compatible export files */
 
index ecbc1229ed09d5388282eee0071419423d54e1c3..43f87522843487a6c6283b2b371b5ae0ad0e5853 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.26
-Entered-date: Tue Sep 28 12:08:12 EDT 2004
+Version: 6.27
+Entered-date: Wed Nov  3 15:15:03 EST 2004
 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 f0391c084e9a8d604d8be2bde4f801045805bc4b..26ec6bc872b273118fa6af27d073aa8a8976393e 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.26"
+!define MUI_VERSION "6.27"
 !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.26.exe"
+OutFile "citadel-6.27.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 4d42f1a57eba7004eb0c9a16e8b8bf209ee61bc8..0abf40f5d86f8e316b256221e71cbe78c96e74b2 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.26
+Version: 6.27
 Release: 1
 Copyright: GPL
 Group: Applications/Communications