From 76fe863c124e512a75e5386cbd04a93c5ee37048 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 30 May 2006 14:03:25 +0000 Subject: [PATCH] Internal version number update to 6.82 --- citadel/citadel.h | 4 ++-- citadel/citadel.nsi | 4 ++-- citadel/citadel.spec | 2 +- citadel/techdoc/protocol.txt | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 0d84c60a5..8229d9d97 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -33,7 +33,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.81" +#define CITADEL "Citadel 6.82" /* * 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 681 /* This version */ +#define REV_LEVEL 682 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 655 /* Oldest compatible export files */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index e646d7463..87dd17f76 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -4,7 +4,7 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" !define MUI_PRODUCT "Citadel" -!define MUI_VERSION "6.81" +!define MUI_VERSION "6.82" !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.81.exe" +OutFile "citadel-6.82.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" diff --git a/citadel/citadel.spec b/citadel/citadel.spec index 3f9bd057e..613ae3006 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,7 +1,7 @@ # $Id$ Summary: Citadel, the flexible, powerful way to build online communities Name: citadel -Version: 6.81 +Version: 6.82 Release: 1 Copyright: GPL Group: Applications/Communications diff --git a/citadel/techdoc/protocol.txt b/citadel/techdoc/protocol.txt index a186dfebc..b368ae7e4 100644 --- a/citadel/techdoc/protocol.txt +++ b/citadel/techdoc/protocol.txt @@ -2257,6 +2257,7 @@ only in rooms to which the user does not have access. guaranteed to continue to exist in this form. + EUID (get message number using an EUID)} Returns the message number, if present, of the message in the current room -- 2.39.2