aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-07-30 00:00:05 +0200
committerRobin Jarry <robin@jarry.cc>2024-07-30 00:00:05 +0200
commite037c095a049d75b148a362dcc8cfefbcec1f4ad (patch)
tree11f05d17a9ec3567cbb7d6589616b700d6c33a66 /GNUmakefile
parenta7f907effadad3f35fb4477278e068f24f94ab40 (diff)
downloadaerc-e037c095a049d75b148a362dcc8cfefbcec1f4ad.tar.gz
Release version 0.18.20.18.2
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 517c8688..08bb9cd5 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.1)
+VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.18.2)
DATE ?= $(shell date +%Y-%m-%d)
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin