Browse Source

contrib/upload: use abbrev=0

master
ThomasV 5 years ago
parent
commit
66628c0bad
  1. 2
      contrib/upload

2
contrib/upload

@ -3,7 +3,7 @@
set -e
version=`git describe --tags`
version=`git describe --tags --abbrev=0`
echo $version
here=$(dirname "$0")

Loading…
Cancel
Save