Fix up version logic

This commit is contained in:
jaseg 2025-01-27 18:06:31 +01:00
parent 522857cf73
commit 6540f6ff0f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
v1.0-0-g522857c