X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fissue.pl;h=f7345c8ef50cac93321d067acdd9ac34a05961b0;hb=5d77cab91d705fde9a580511732845327cbd0987;hp=c6926148a4ecc61073165fe8ea9305eddfb57b75;hpb=fd0a34c34ad4112ee21e0730f7307498ff437e18;p=spider.git diff --git a/perl/issue.pl b/perl/issue.pl index c6926148..f7345c8e 100755 --- a/perl/issue.pl +++ b/perl/issue.pl @@ -18,7 +18,7 @@ use strict; use vars qw($root); my $fn = "$root/perl/Version.pm"; -my $desc = `git-describe`; +my $desc = `git describe --long`; my ($v, $s, $b) = $desc =~ /^([\d.]+)(?:\.(\d+))?-(\d+)-/; $s ||= '0'; # account for missing subversion $b++; # to account for the commit that is about to happen