1. Started Changes file
[spider.git] / cmd / show / version.pl
index 2bf3a7fe560d28c50aede799da0aa9240b0d95c1..f6184a09f5b78d20495844295426e8b65db76918 100644 (file)
@@ -9,7 +9,6 @@
 my @out;
 
 push @out, "DX Spider Cluster version $main::version";
-push @out, "written in perl for unix";
 push @out, "Copyright (c) 1998 Dirk Koopman G1TLH";
 
 return (1, @out);