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: Tue, 04 Jun 2013 02:51:56
Message-Id: 1370313509.0fd94f46cdb5f07bc40f2e0b47390a73104ad7df.ryao@gentoo
1 commit: 0fd94f46cdb5f07bc40f2e0b47390a73104ad7df
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 02:38:18 2013 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 02:38:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=0fd94f46
7
8 Bump version to 3.4.46.1
9
10 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
11
12 ---
13 genkernel | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/genkernel b/genkernel
17 index c347ddc..7e33f38 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.46'
25 +GK_V='3.4.46.1'
26
27 # Set the default for TMPDIR. May be modified by genkernel.conf or the
28 # --tempdir command line option.