diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-07-17 16:36:23 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-17 16:36:23 -0500 |
| commit | b9fcd8f60bffe3d6eee04805dc5256890e8b0147 (patch) | |
| tree | d18f3f54dcd79c6fcf377609c2aef33b1ac4c2b4 | |
| parent | 07a4dd26a505f072c27d83656ff26792f16aa70f (diff) | |
| parent | f1f0109621f4e33975d7498d5b8f0803fe4078b4 (diff) | |
| download | monzero-gui-b9fcd8f60bffe3d6eee04805dc5256890e8b0147.tar.gz monzero-gui-b9fcd8f60bffe3d6eee04805dc5256890e8b0147.tar.xz monzero-gui-b9fcd8f60bffe3d6eee04805dc5256890e8b0147.zip | |
Merge pull request #1473
f1f0109 Fix version string by picking up unannotated tags (stoffu)
| -rwxr-xr-x | utils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ function get_tag() VERSIONTAG="$COMMIT" fi # save tag name + commit if availible - TAGNAME=$(git describe | sed -e 's/[\t ]*//') + TAGNAME=$(git describe --tags | sed -e 's/[\t ]*//') if test -z "$TAGNAME" then TAGNAME="$VERSIONTAG" |
