mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-14 12:08:55 +08:00
cov: use incremental pseudoversion
This commit is contained in:
parent
2b42e79a2f
commit
020141726e
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ pre_submit_hook
|
|||
## delete all previous tarballs
|
||||
rm proxmark3.all.*.tgz
|
||||
|
||||
VERSION="0.1.$(date --date now +%H%M)"
|
||||
TODAY="$(date --date now +%Y%m%d.%H%M)"
|
||||
VERSION="0.1.$TODAY"
|
||||
DESCNAME="manual_by_$NICKNAME.$TODAY.$(git describe --dirty --always)"
|
||||
FILENAME="proxmark3.all.$TODAY.tgz"
|
||||
LOGFILENAME="${FILENAME/.tgz/.log}"
|
||||
|
|
Loading…
Reference in a new issue