From 5f2689ec3179ff18180ba56cd4388f216a0af07b Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 27 Sep 2021 16:48:05 -0500 Subject: version 2.8 Signed-off-by: William Hubbs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index baf119e7..a61e828b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # It also has the added bonus of being easier to install on systems # without an ebuild style package manager. -PV = 2.7 +PV = 2.8 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 -- cgit v1.2.3-65-gdbad