15May09=======================================================================
1. Add CTY-1904 prefixes
+2. Accommodate "official" git command syntax in issue.pl
29Dec08=======================================================================
1. Add show/motd command as requested by Ian G0VGS.
2. add CTY-1817 prefixes
use vars qw($root);
my $fn = "$root/perl/Version.pm";
-my $desc = `git-describe --long`;
+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