X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=0b0f0cfb66df9645b7675af023173a2810f48c22;hb=2462f5e2370ec0bdafe12deea0d131ea3718fb29;hp=31acc5caddcd10a5d425003d4a9857d316cde9a0;hpb=ca828d0e2a21d9a6540361ca4878df71f125e120;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index 31acc5ca..0b0f0cfb 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::gitversion) on \u$^O"; + push @out, "DX Spider Cluster version $main::version (build $main::build git: $main::gitbranch/$main::gitversion) on \u$^O"; push @out, "Copyright (c) 1998-$year Dirk Koopman G1TLH"; }