From 00588cd4ad22612426ada55ff8527cf7c9ab414b Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Wed, 1 May 2024 15:46:19 -0600 Subject: [PATCH] set version to v0.9-git --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0491e827e..a71942ec8 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = 0.9 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.9-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1