diff options
author | William Hubbs <williamh@gentoo.org> | 2020-02-09 22:18:01 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-02-09 22:18:01 -0600 |
commit | 027ed4a8aec31f165bf224e92c193a261f3c13a9 (patch) | |
tree | 353fb3fb69f2c75c523621888e7806a581f0598c | |
parent | enable protected_symlinks and protected_hardlinks by default (diff) | |
download | baselayout-027ed4a8aec31f165bf224e92c193a261f3c13a9.tar.gz baselayout-027ed4a8aec31f165bf224e92c193a261f3c13a9.tar.bz2 baselayout-027ed4a8aec31f165bf224e92c193a261f3c13a9.zip |
update version to 2.7
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.6 +PV = 2.7 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 |