diff options
author | Robin Jarry <robin@jarry.cc> | 2024-07-15 22:50:02 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-07-15 22:50:02 +0200 |
commit | aa8319bc591f3629b7bfd51caf4ff1a59d11ff4c (patch) | |
tree | bdd8425daa01fbad2f105808dcc12011377d3387 /GNUmakefile | |
parent | d960b8d2caa689521d9bef950ee0ab23862c9f9e (diff) | |
download | aerc-0.18.1.tar.gz |
Release version 0.18.10.18.1
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 f651762b..517c8688 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.18.0) +VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.18.1) DATE ?= $(shell date +%Y-%m-%d) PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin |