diff options
author | Robin Jarry <robin@jarry.cc> | 2022-03-21 22:16:28 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-03-21 22:16:28 +0100 |
commit | 4c699d35f88d50cb7596d421f3c2dab725261c10 (patch) | |
tree | c7198a73c62d805f004a3f79d7995c0c7f7e245a /Makefile | |
parent | c82f248865223134382cf09e3f846d8c68c126c5 (diff) | |
download | aerc-4c699d35f88d50cb7596d421f3c2dab725261c10.tar.gz |
Release version 0.9.00.9.0
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.8.0` +VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.9.0` VPATH=doc PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin |