From 8ed9ae7f0a70518b9af4786ad0f48b344861a67e Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sun, 20 Feb 2022 22:03:48 +0100 Subject: mk: bump version I should have done this before creating the tag. Signed-off-by: Robin Jarry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fc0432..6d900db 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .SUFFIXES: .SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd -VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.7.1` +VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.8.0` VPATH=doc PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin -- cgit v1.2.3