mk: bump version

I should have done this before creating the tag.

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-02-20 22:03:48 +01:00
parent 726969833b
commit 8ed9ae7f0a
1 changed files with 1 additions and 1 deletions

View File

@ -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