mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
Fix bad version tag
The 3.1.0 release has not been tagged with an annotated tag, therefore `git describe` ignores it and marks the firmware as 3.0.1.
This commit is contained in:
parent
dc3e2acf33
commit
fa22c310d2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
$ENV{'LC_ALL'} = "C";
|
$ENV{'LC_ALL'} = "C";
|
||||||
$ENV{'LANG'} = "C";
|
$ENV{'LANG'} = "C";
|
||||||
|
|
||||||
my $gitversion = `git describe --dirty`;
|
my $gitversion = `git describe --dirty --tags`;
|
||||||
my $gitbranch = `git rev-parse --abbrev-ref HEAD`;
|
my $gitbranch = `git rev-parse --abbrev-ref HEAD`;
|
||||||
my $clean = 2;
|
my $clean = 2;
|
||||||
my @compiletime = gmtime();
|
my @compiletime = gmtime();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue