From: Dirk Koopman Date: Sun, 24 Oct 2010 09:34:44 +0000 (+0100) Subject: fix dxqsl_export titling in help X-Git-Tag: 1.56~24 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=7d74331026ceae5a796d9348d4799b5c822a568e fix dxqsl_export titling in help --- diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 5145d631..8d8ba775 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -635,7 +635,7 @@ You can credit someone else by saying:- The is compared against the available bands set up in the cluster. See SHOW/BANDS for more information. -=== 9^DXQSL_IMPORT ^Import SH/DXSQL information from a file +=== 9^DXQSL_EXPORT ^Export SH/DXSQL information to a file The SHOW/DXQSL command shows any QSL managers that have been extracted from comments on a DX spot. diff --git a/perl/Version.pm b/perl/Version.pm index 19fd6b91..a8d910ce 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,7 +11,7 @@ use vars qw($version $subversion $build $gitversion); $version = '1.55'; $subversion = '0'; -$build = '75'; -$gitversion = '059fb24'; +$build = '76'; +$gitversion = '75987f0'; 1;