diff options
author | William Hubbs <williamh@gentoo.org> | 2023-01-27 11:20:03 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-01-27 11:20:03 -0600 |
commit | 201026f62b1fcbc05b58f38ae5a26ffccd098e32 (patch) | |
tree | 8bb377ec7a1bed08692eb01dab3e87730c67d4b1 | |
parent | add environment variables needed for assistive technology (diff) | |
download | baselayout-201026f62b1fcbc05b58f38ae5a26ffccd098e32.tar.gz baselayout-201026f62b1fcbc05b58f38ae5a26ffccd098e32.tar.bz2 baselayout-201026f62b1fcbc05b58f38ae5a26ffccd098e32.zip |
update version to 2.10
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |