Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: /
Date: Mon, 28 May 2018 19:31:19
Message-Id: 1527535740.dd9f112d8d400892ed9b610aee187040df307298.williamh@gentoo
1 commit: dd9f112d8d400892ed9b610aee187040df307298
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 19:29:00 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 19:29:00 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=dd9f112d
7
8 bump version to 2.6
9
10 Makefile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/Makefile b/Makefile
14 index 63a2ec4f..05ed3e77 100644
15 --- a/Makefile
16 +++ b/Makefile
17 @@ -7,7 +7,7 @@
18 # It also has the added bonus of being easier to install on systems
19 # without an ebuild style package manager.
20
21 -PV = 2.5
22 +PV = 2.6
23 PKG = baselayout-$(PV)
24 DISTFILE = $(PKG).tar.bz2