Skip to content

Commit

Permalink
Merge pull request #47 from olin/git-versioning-fix
Browse files Browse the repository at this point in the history
Fix git description
  • Loading branch information
newsch authored Nov 10, 2018
2 parents 9f19e3a + 13d9018 commit e64b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = $(shell git describe --always --dirty)
version = $(shell git describe --always --tags --dirty)

build : constitution.pdf bylaws.pdf

Expand Down

0 comments on commit e64b3cc

Please sign in to comment.