summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-05-10 10:01:11 +0200
committerRobin Jarry <robin@jarry.cc>2022-05-10 10:01:34 +0200
commit43a79acdfafead3a9d23a1f5b690fda9cdf8995f (patch)
treed92b88535b3736663af28ea5e62893e26b0ad99b /Makefile
parent4a4050ee0f3344824ee99c53747b68afeadcaceb (diff)
downloadaerc-43a79acdfafead3a9d23a1f5b690fda9cdf8995f.zip
mk: bump version
I guess I forget to do it every other time... 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 b98ffca..77de2c8 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.9.0`
+VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.10.0`
VPATH=doc
PREFIX?=/usr/local
BINDIR?=$(PREFIX)/bin