Skip to content

Commit

Permalink
Merge pull request #175 from pangenome/long_versioning
Browse files Browse the repository at this point in the history
always emit long version format
  • Loading branch information
AndreaGuarracino authored Nov 10, 2022
2 parents 4789418 + 6446cbb commit 0c04e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/generate_git_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INC_DIR=$1

GIT_VERSION=$(git describe --always --tags)
GIT_VERSION=$(git describe --always --tags --long)

echo "#define SMOOTHXG_GIT_VERSION" \"$GIT_VERSION\" > "$INC_DIR"/smoothxg_git_version.hpp

0 comments on commit 0c04e30

Please sign in to comment.