aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-02-20 23:51:46 +0100
committerRobin Jarry <robin@jarry.cc>2022-02-20 23:51:46 +0100
commit35a71140f94a5c91cc1b19cfc43b30b3aef16130 (patch)
treee7db611db10c02c207b460aa54e1c047de50042e
parentc761ccc869ce03472c0c1eff37f78bb332af7437 (diff)
downloadaerc-35a71140f94a5c91cc1b19cfc43b30b3aef16130.tar.gz
aerc-35a71140f94a5c91cc1b19cfc43b30b3aef16130.zip
Release version 0.8.10.8.1
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2034c7e7..53c06069 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.1`
VPATH=doc
PREFIX?=/usr/local
BINDIR?=$(PREFIX)/bin