diff options
Diffstat (limited to 'paper/Makefile')
-rw-r--r-- | paper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/Makefile b/paper/Makefile index 48d14c5..ac1edbb 100644 --- a/paper/Makefile +++ b/paper/Makefile @@ -10,7 +10,7 @@ MAKEFLAGS += --no-builtin-rules main_tex ?= safety-reset-paper -VERSION_STRING := $(shell git describe --tags --long) +VERSION_STRING := 1.0 # $(shell git describe --tags --long) all: ${main_tex}.pdf |