From: Dirk Koopman Date: Tue, 13 May 2008 11:56:52 +0000 (+0100) Subject: correct attribution for disc cmd changes X-Git-Tag: 1.56~87 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=5547dff2ba68a4c6376be60480a478ae0af25258 correct attribution for disc cmd changes --- diff --git a/Changes b/Changes index 8bc70051..96505795 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ 13May08======================================================================= 1. add disc users|nodes|all so that each of these classes can be disconnected -in one command. From a request by Mauro IV3SCP. +in one command. From a request by Luigi IK5ZUK. 12May08======================================================================= 1. add 'exact' keyword on sh/dx to allow for an exact match to a callsign. From a request by Robert HB9DZA. diff --git a/perl/Version.pm b/perl/Version.pm index 62a39ba8..90107854 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.55'; $subversion = '0'; -$build = '8'; +$build = '9'; 1;