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: Thu, 27 Feb 2014 22:52:52
Message-Id: 1393541487.a2bb8306063fe47279ccd1d4561a327f7df48424.ryao@gentoo
1 commit: a2bb8306063fe47279ccd1d4561a327f7df48424
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 22:51:27 2014 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 22:51:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=a2bb8306
7
8 Bump version to 3.4.48
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 1f42e95..ff319f2 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.47'
25 +GK_V='3.4.48'
26
27 # Set the default for TMPDIR. May be modified by genkernel.conf or the
28 # --tempdir command line option.