Skip to content

Commit

Permalink
fixing version.sh for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lydon42 committed Jan 9, 2022
1 parent 8398c84 commit f7554a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo ${branch}
#
# exclude all tags from strings!
commit_id=`git describe --always --abbrev=7 --dirty=~ --exclude="*"`
version32=`git describe --always --abbrev=7 --exclude="*"`
version32=`git describe --always --abbrev=8 --exclude="*"`
datestamp=$(expr $(expr $(date +%Y) - 2020) \* 366 + `date +%j`)


Expand Down

0 comments on commit f7554a8

Please sign in to comment.