* Update internal version number to 6.25
authorArt Cancro <ajc@citadel.org>
Fri, 27 Aug 2004 20:16:52 +0000 (20:16 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 27 Aug 2004 20:16:52 +0000 (20:16 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec

index 77238c74f4c0d583bda4a7822a17b761b134e011..64f3bb7a133c1acd06208b02456f4bc0b2400008 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 624.8  2004/08/27 20:16:51  ajc
+ * Update internal version number to 6.25
+
  Revision 624.7  2004/08/26 04:13:55  ajc
  * newinstall.sh: updated with some new goodies
  * setup.c: when run from Easy Install, offer to set up LDAP.  (Not finished.)
@@ -5994,4 +5997,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 496e45471207f0ba4eec22417978af72a8ba532f..abd392e6fe52d64e4a2950ef75462051ad0df2b5 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.24"
+#define CITADEL        "Citadel 6.25"
 
 /*
  * 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      624             /* This version */
+#define REV_LEVEL      625             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 623             /* Oldest compatible export files */
 
index 8545d312e85f9b161d71cbcafbb3c3e312bd61cb..5f13512016ec7e0f9a4f8be08d8d19dd9be3b02b 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.24
-Entered-date: Wed Aug 11 17:45:18 EDT 2004
+Version: 6.25
+Entered-date: Fri Aug 27 16:15:17 EDT 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 4ee74232bc42568130559d09a7050b49b70b0c56..9998d1667cfb09451b421364d791c29d813bca5b 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.24"
+!define MUI_VERSION "6.25"
 !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.24.exe"
+OutFile "citadel-6.25.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 3613d8189384f4e85d3a1bcafea41fa9f2a6d2ce..eb1bb161940345d8617b0f7dce38ea909b88c1dd 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.24
+Version: 6.25
 Release: 1
 Copyright: GPL
 Group: Applications/Communications