diff options
author | Robin Jarry <robin@jarry.cc> | 2023-01-04 16:38:38 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-04 16:38:38 +0100 |
commit | a42042f494cc3a3e7a34bc13525c7a95cad3174f (patch) | |
tree | 6eb8720698f6ef7c1fa38b3734cf1da815949d3e /Makefile | |
parent | 9a70b1aed7d4c6ee73102c59a44389a8a5a62ef8 (diff) | |
download | aerc-a42042f494cc3a3e7a34bc13525c7a95cad3174f.tar.gz |
Release version 0.14.00.14.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.13.0 +VERSION!=git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.14.0 VPATH=doc PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin |