aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-10-09 09:22:29 +0200
committerRobin Jarry <robin@jarry.cc>2023-10-11 10:25:41 +0200
commitd179485eefe50da9d21abdd392cffd865e369509 (patch)
tree08ec08cc6242f9348a8f254d61d6edd2932cd455 /GNUmakefile
parentc8469d30947a461f536be8f70e0f2ce9f44481a3 (diff)
downloadaerc-d179485eefe50da9d21abdd392cffd865e369509.tar.gz
aerc-d179485eefe50da9d21abdd392cffd865e369509.zip
release.sh: update version in GNUMakefile
The version is no longer present in Makefile which has been preserved for explicit error reporting with non-GNU make versions. Update the version in GNUMakefile instead. Fixes: d725defa07b5 ("mk: deprecate BSD make in favor of GNU make") Reported-by: Anton Mosich <anton@mosich.at> Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e9ad9073..53b55f8c 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.15.2)
+VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.16.0)
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
SHAREDIR ?= $(PREFIX)/share/aerc