summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-02-20 22:03:48 +0100
committerRobin Jarry <robin@jarry.cc>2022-02-20 22:04:16 +0100
commit8ed9ae7f0a70518b9af4786ad0f48b344861a67e (patch)
tree783e17d9efc39bc29a4d2416f0751c9503ebff3e /Makefile
parent726969833bc95fc97f5ee38b435d4ba23b5613d4 (diff)
downloadaerc-8ed9ae7f0a70518b9af4786ad0f48b344861a67e.zip
mk: bump version
I should have done this before creating the tag. Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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