logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: 66b97883479416164737af0487ca3329ee08a52f
parent df18b8d0a3a0634e18b518e9cfc21fd8f4ea7908
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  8 Jul 2020 08:01:38 +0200

Makefile: Bump to 1.0.2

Note: 1.0.1 got deleted because bumping was forgotten

Diffstat:

MMakefile2+-
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.0 +VERSION = 1.0.2 VERSION_FULL = $(VERSION)`./version.sh` PREFIX ?= /usr/local