commit: 4abd7044fda92b4d3dcb4774ff8d5f7772987b6a parent 96157d37a0bf67d7fa82f0891eeae72b77da2b8c Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Mon, 19 Apr 2021 22:31:00 +0200 Makefile: Bump to 1.1.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 = 1.0.3 +VERSION = 1.1.0 VERSION_FULL = $(VERSION)`./version.sh` PREFIX ?= /usr/local