1. Started Changes file
[spider.git] / cmd / show / version.pl
1 #
2 # show the version number of the software + copyright info
3 #
4 # Copyright (c) 1998 Dirk Koopman G1TLH
5 #
6 # $Id$
7 #
8
9 my @out;
10
11 push @out, "DX Spider Cluster version $main::version";
12 push @out, "Copyright (c) 1998 Dirk Koopman G1TLH";
13
14 return (1, @out);