From 699f4857c59779581ca29ab245966830e537f2b2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 18 Sep 2022 16:44:12 -0500 Subject: version 2.9 Signed-off-by: William Hubbs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 493c824b..b6d373db 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.8 +PV = 2.9 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 -- cgit v1.2.3-65-gdbad