X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=f8066d8b9a7f9cfb0c998350e0be257318e0a68c;hb=b26c5204bc58c12fc4d61725ba4f1cfc1a38be45;hp=fe0ae4d9711a0c044f650e3cefb48519c40bf80b;hpb=9630876e30f288575b5343ec2d0b5bb6d67f92cc;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index fe0ae4d9..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-2001 Dirk Koopman G1TLH"; +push @out, "Copyright (c) 1998-$year Dirk Koopman G1TLH"; return (1, @out);