X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=5707504a190705138cbdfe91cd289e203cf7c172;hb=a13f69ce9f26ea2b95be1e6de1f14f50ab7065d8;hp=0b0f0cfb66df9645b7675af023173a2810f48c22;hpb=d9a5a954acbdca08db5c0d138e77329574cc4d52;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index 0b0f0cfb..5707504a 100644 --- a/cmd/show/version.pl +++ b/cmd/show/version.pl @@ -23,7 +23,7 @@ if ($self->priv > 5 && @in) { } else { my ($year) = (gmtime($main::systime))[5]; $year += 1900; - push @out, "DX Spider Cluster version $main::version (build $main::build git: $main::gitbranch/$main::gitversion) on \u$^O"; + push @out, "DXSpider v$main::version (build $main::build git: $main::gitbranch/$main::gitversion) using perl $^V on \u$^O"; push @out, "Copyright (c) 1998-$year Dirk Koopman G1TLH"; }