X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=f8066d8b9a7f9cfb0c998350e0be257318e0a68c;hb=b26c5204bc58c12fc4d61725ba4f1cfc1a38be45;hp=36d4464b1d724735e2f03add01f46b44c53a06bd;hpb=99da9d68a4fee5b30fa90b679a9e015add2b75c9;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index 36d4464b..f8066d8b 100644 --- a/cmd/show/version.pl +++ b/cmd/show/version.pl @@ -7,8 +7,9 @@ # my @out; - +my ($year) = (gmtime($main::systime))[5]; +$year += 1900; push @out, "DX Spider Cluster version $main::version (build $main::build) on \u$^O"; -push @out, "Copyright (c) 1998-2002 Dirk Koopman G1TLH"; +push @out, "Copyright (c) 1998-$year Dirk Koopman G1TLH"; return (1, @out);