Skip to content

Commit

Permalink
Update VERSION Makefile variable (#156)
Browse files Browse the repository at this point in the history
This updates the way the VERSION Makefile variable works.
  • Loading branch information
suyashkumar authored Dec 17, 2020
1 parent 72c72a2 commit 4601a2b
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,5 +1,5 @@
BINARY = dicomutil
VERSION != git describe --tags --always
VERSION = `git describe --tags --always`

.PHONY: build
build:
Expand Down

0 comments on commit 4601a2b

Please sign in to comment.