aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-07-15 22:50:02 +0200
committerRobin Jarry <robin@jarry.cc>2024-07-15 22:50:02 +0200
commitaa8319bc591f3629b7bfd51caf4ff1a59d11ff4c (patch)
treebdd8425daa01fbad2f105808dcc12011377d3387 /GNUmakefile
parentd960b8d2caa689521d9bef950ee0ab23862c9f9e (diff)
downloadaerc-aa8319bc591f3629b7bfd51caf4ff1a59d11ff4c.tar.gz
Release version 0.18.10.18.1
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 f651762b..517c8688 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.0)
+VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.18.1)
DATE ?= $(shell date +%Y-%m-%d)
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin