aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-07-02 22:30:51 +0200
committerRobin Jarry <robin@jarry.cc>2024-07-02 22:30:51 +0200
commit5f8620445ed9686af8b2570e0d5860ef3b5ae4ff (patch)
tree6eab3a2eab795ce4c1a998ba841c56fd9cb5f2f4 /GNUmakefile
parent894c97e374092bc42425c701c6696f81b1a6aa32 (diff)
downloadaerc-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--GNUmakefile2
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