From 6540f6ff0fe74eccea0a8c2b693a7de1a0111f24 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 27 Jan 2025 18:06:31 +0100 Subject: [PATCH] Fix up version logic --- paper/Makefile | 2 +- paper/version.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/Makefile b/paper/Makefile index cfe4a25..04d3884 100644 --- a/paper/Makefile +++ b/paper/Makefile @@ -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 diff --git a/paper/version.tex b/paper/version.tex index 8b13789..208a10e 100644 --- a/paper/version.tex +++ b/paper/version.tex @@ -1 +1 @@ - +v1.0-0-g522857c