Fix up version logic
This commit is contained in:
parent
522857cf73
commit
6540f6ff0f
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ MAKEFLAGS += --no-builtin-rules
|
|||
|
||||
main_tex ?= paper
|
||||
|
||||
VERSION_STRING := $(shell git describe --tags --long --dirty)
|
||||
VERSION_STRING := $(shell git describe --tags --long)
|
||||
|
||||
all: ${main_tex}.pdf
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
|
||||
v1.0-0-g522857c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue