X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=b57dd36c258d52a916fbf12748dc2e48055af736;hb=8ce3e54056026253e9e4a518b317dbbd8e71bb7a;hp=2bf3a7fe560d28c50aede799da0aa9240b0d95c1;hpb=2546ef0cfaaca39e65985e414258071a636979af;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index 2bf3a7fe..b57dd36c 100644 --- a/cmd/show/version.pl +++ b/cmd/show/version.pl @@ -3,13 +3,13 @@ # # Copyright (c) 1998 Dirk Koopman G1TLH # -# $Id$ +# # 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"; +my ($year) = (gmtime($main::systime))[5]; +$year += 1900; +push @out, "DX Spider Cluster version $main::version (build $main::build git: $main::gitversion) on \u$^O"; +push @out, "Copyright (c) 1998-$year Dirk Koopman G1TLH"; return (1, @out);