]> code.citadel.org Git - citadel.git/commitdiff
* Prepare for 6.24 release
authorArt Cancro <ajc@citadel.org>
Wed, 11 Aug 2004 21:51:36 +0000 (21:51 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 11 Aug 2004 21:51:36 +0000 (21:51 +0000)
citadel/citadel.h
citadel/citadel.lsm
citadel/citadel.nsi

index 0559ba334d4d36a8128290318d42af0e66cf1e49..496e45471207f0ba4eec22417978af72a8ba532f 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel 6.23"
+#define CITADEL        "Citadel 6.24"
 
 /*
  * 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      623             /* This version */
+#define REV_LEVEL      624             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 623             /* Oldest compatible export files */
 
index 8a4725193ef5490030fe91c93e87a301b674182d..8545d312e85f9b161d71cbcafbb3c3e312bd61cb 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.21
-Entered-date: Thu May 20 12:10:30 EDT 2004
+Version: 6.24
+Entered-date: Wed Aug 11 17:45:18 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 d706e29f636a45af3206a3a36f3f996553bc23e1..4ee74232bc42568130559d09a7050b49b70b0c56 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "6.21"
+!define MUI_VERSION "6.24"
 !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.07.exe"
+OutFile "citadel-6.24.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"