aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-09-01 10:08:54 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-01 10:08:54 +0200
commitaa52b295b2ca38e369ffaa2cc4447a270231ecb3 (patch)
treebc7f7d070625784de052d3045ff4f031f9daea2c /Makefile
parent8ada3260ab8c3e9b4981c4bdc2de01aff2fae88c (diff)
downloadaerc-aa52b295b2ca38e369ffaa2cc4447a270231ecb3.tar.gz
aerc-aa52b295b2ca38e369ffaa2cc4447a270231ecb3.zip
Release version 0.12.00.12.0
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 e21c1e60..202b4066 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.SUFFIXES:
.SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
-VERSION!=git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.11.0
+VERSION!=git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.12.0
VPATH=doc
PREFIX?=/usr/local
BINDIR?=$(PREFIX)/bin