commit: 1dbcade1d73cc2e45c61663cc97da17ddec7eb04 parent: ec3bb620f155109c7646252500c8638a472d359c Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Fri, 15 May 2020 05:20:58 +0200 Bump to 1.0.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.1 +VERSION = 1.0.0 VERSION_FULL = $(VERSION)`./version.sh` PREFIX ?= /usr/local