commit: e5881e6bb5504d4dcee8335a955bd7826095c2f0 parent ceda775b16b7758d74eef0870c058ca0ee541ed8 Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Fri, 4 Sep 2020 11:14:05 +0200 Makefile: bump to 1.0.3Diffstat:
M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ # - Usage of += for appending to a variable PACKAGE = Badwolf -VERSION = 1.0.2 +VERSION = 1.0.3 VERSION_FULL = $(VERSION)`./version.sh` PREFIX ?= /usr/local