From 201026f62b1fcbc05b58f38ae5a26ffccd098e32 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 27 Jan 2023 11:20:03 -0600 Subject: update version to 2.10 Signed-off-by: William Hubbs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29b21c1b..2e678fa0 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.9 +PV = 2.10 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 -- cgit v1.2.3-65-gdbad