From 64d8a3941d908d58bd12830929cc909e947810a9 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 3 Aug 2026 13:54:16 +0200 Subject: Hardcode the Ftag version It is ugly but makes things much easier, espacially with the dist rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee5cd1a..93780f0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LIBS ?= -FTAG_VERSION := $(shell git tag --list | tail -n 1 | tr -d 'v') +FTAG_VERSION := 1.0 FTAG_ARCHIVE_DIR := ftag-$(FTAG_VERSION) FTAG_ARCHIVE := ftag-$(FTAG_VERSION).tar.gz -- cgit v1.2.3