commit: 8af89b019a5b1da7549a819049e7908d0d106017 parent 7dd5d018e3e889680da7f6d7624c83dca7054a3c Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Sun, 9 Feb 2020 20:11:50 +0100 Makefile: Bump to 0.5.0Diffstat:
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 = 0.5.0-rc.1 +VERSION = 0.5.0 VERSION_FULL = $(VERSION)`./version.sh` PREFIX ?= /usr/local