aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-02-01 01:11:17 +0100
committerRobin Jarry <robin@jarry.cc>2024-02-01 01:11:17 +0100
commit6ea74eb3045735940dea005443f5e22a35a9a1a8 (patch)
tree3db332c421638aae5aac9e86889b7d1132a42864 /GNUmakefile
parent69e63b529ae16d9f26ed67b2831d0c1756ef267d (diff)
downloadaerc-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--GNUmakefile2
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