diff options
author | Robin Jarry <robin@jarry.cc> | 2023-04-26 20:34:48 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-04-26 20:34:48 +0200 |
commit | 9959db8d1cfe2bf73309435128d7986b9dd2a1c1 (patch) | |
tree | 4aa0204c00937ad026c321a0ce242ce4d52616d2 /Makefile | |
parent | b148b94cfe1f46bd14ecf8e30ab3a4a472ec2b75 (diff) | |
download | aerc-9959db8d1cfe2bf73309435128d7986b9dd2a1c1.tar.gz |
Release version 0.15.00.15.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 --abbrev=12 --tags --dirty 2>/dev/null || echo 0.14.0` +VERSION?=`git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.15.0` VPATH=doc PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin |