From 1a94d67617204744c2b1ccd4f6f22cd231e46190 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 3 Aug 2026 09:58:59 +0200 Subject: Manage versions using git tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e09682b..059c7d8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LIBS ?= -FTAG_VERSION := 0.1 +FTAG_VERSION := $(shell git tag --list | tail -n 1 | tr -d 'v') FTAG_ARCHIVE_DIR := ftag-$(FTAG_VERSION) FTAG_ARCHIVE := ftag-$(FTAG_VERSION).tar.gz -- cgit v1.2.3