diff options
author | Robin Jarry <robin@jarry.cc> | 2024-07-02 22:30:51 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-07-02 22:30:51 +0200 |
commit | 5f8620445ed9686af8b2570e0d5860ef3b5ae4ff (patch) | |
tree | 6eab3a2eab795ce4c1a998ba841c56fd9cb5f2f4 /GNUmakefile | |
parent | 894c97e374092bc42425c701c6696f81b1a6aa32 (diff) | |
download | aerc-5f8620445ed9686af8b2570e0d5860ef3b5ae4ff.tar.gz |
Release version 0.18.00.18.0
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index de1dfb52..f651762b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ # variables that can be changed by users # -VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.17.0) +VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.18.0) DATE ?= $(shell date +%Y-%m-%d) PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin |