correct attribution for disc cmd changes
authorDirk Koopman <djk@tobit.co.uk>
Tue, 13 May 2008 11:56:52 +0000 (12:56 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 13 May 2008 11:56:52 +0000 (12:56 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index 8bc70051786495b97fb85571847fd235e3d5edae..96505795fabb0102fa014e10a4e19689f20c6f02 100644 (file)
--- 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.
index 62a39ba877dc6e05e9ffbb7e41f62a972fafe859..9010785448b62879263c607c3d7ee191f7c6044e 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
-$build = '8';
+$build = '9';
 
 1;