diff options
author | Robin Jarry <robin@jarry.cc> | 2024-02-01 01:11:17 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-01 01:11:17 +0100 |
commit | 6ea74eb3045735940dea005443f5e22a35a9a1a8 (patch) | |
tree | 3db332c421638aae5aac9e86889b7d1132a42864 /GNUmakefile | |
parent | 69e63b529ae16d9f26ed67b2831d0c1756ef267d (diff) | |
download | aerc-6ea74eb3045735940dea005443f5e22a35a9a1a8.tar.gz |
Release version 0.17.00.17.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 7f75c4be..096ccf8c 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.16.0) +VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.17.0) DATE ?= $(shell date +%Y-%m-%d) PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin |