X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=fe0cf3d74e00826002e895e5f2bc38e936f177aa;hb=77764988d275c1f8b650f5a103ec7147d8a5d966;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=6b6a8002929017b6d4217f68fa492a2d728ee1fe;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index e69de29b..fe0cf3d7 100644 --- a/cmd/show/version.pl +++ b/cmd/show/version.pl @@ -0,0 +1,14 @@ +# +# show the version number of the software + copyright info +# +# Copyright (c) 1998 Dirk Koopman G1TLH +# +# $Id$ +# + +my @out; + +push @out, "DX Spider Cluster version $main::version"; +push @out, "Copyright (c) 1998-2000 Dirk Koopman G1TLH"; + +return (1, @out);