From 4b467fa963ab7058d6d9abec1b83cafd57375b3e Mon Sep 17 00:00:00 2001 From: "Albert S." Date: Sat, 8 Nov 2025 16:13:52 +0100 Subject: [PATCH] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9f0575..116f317 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ prefix = /usr/local bindir = $(prefix)/bin CFLAGS = -std=c99 -Wall -Wextra -pedantic -VERSIONFALLBACK = "v1.2+" +VERSIONFALLBACK = "v1.3+" VERSIONFLAGS = -DGIT_TAG=\"$(shell git describe --tags HEAD || echo $(VERSIONFALLBACK))\" all: