Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Fri, 31 Jul 2015 18:44:02
Message-Id: 1438366134.4ee008490c3896b1e0fb97f3b5cd5071e166d8dd.ryao@gentoo
1 commit: 4ee008490c3896b1e0fb97f3b5cd5071e166d8dd
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 18:08:51 2015 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 18:08:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4ee00849
7
8 Bump version to 3.4.51.4
9
10 I neglected to push the 3.4.51.1 and 3.4.51.2 updates to master, which
11 lead 3.4.51.3 to bring us out of sync. This tag reunifies the two.
12
13 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
14
15 genkernel | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/genkernel b/genkernel
19 index 5ab1936..9f3ec9c 100755
20 --- a/genkernel
21 +++ b/genkernel
22 @@ -2,7 +2,7 @@
23 # $Id$
24
25 PATH="${PATH}:/sbin:/usr/sbin"
26 -GK_V='3.4.51.3'
27 +GK_V='3.4.51.4'
28
29 # Set the default for TMPDIR. May be modified by genkernel.conf or the
30 # --tempdir command line option.