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: Mon, 03 Jun 2013 23:55:03
Message-Id: 1370303475.5a5b26e9c0d413e536fdff3c05f75e3141c77a6c.ryao@gentoo
1 commit: 5a5b26e9c0d413e536fdff3c05f75e3141c77a6c
2 Author: Richard Yao <ryao <AT> cs <DOT> stonybrook <DOT> edu>
3 AuthorDate: Mon Jun 3 23:51:15 2013 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 23:51:15 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5a5b26e9
7
8 Bump version to 3.4.46
9
10 Signed-off-by: Richard Yao <ryao <AT> cs.stonybrook.edu>
11
12 ---
13 genkernel | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/genkernel b/genkernel
17 index 83fbb51..c347ddc 100755
18 --- a/genkernel
19 +++ b/genkernel
20 @@ -2,7 +2,7 @@
21 # $Id$
22
23 PATH="${PATH}:/sbin:/usr/sbin"
24 -GK_V='3.4.45'
25 +GK_V='3.4.46'
26
27 # Set the default for TMPDIR. May be modified by genkernel.conf or the
28 # --tempdir command line option.