Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:experimental commit in: /
Date: Thu, 10 Feb 2011 17:19:54
Message-Id: 50f20720f95f38bec765c23a11b103985a15bfc6.sping@gentoo
1 commit: 50f20720f95f38bec765c23a11b103985a15bfc6
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Thu Feb 10 17:11:37 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 10 17:13:33 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=50f20720
7
8 Bump version to 3.4.13
9
10 ---
11 ChangeLog | 3 +++
12 genkernel | 2 +-
13 2 files changed, 4 insertions(+), 1 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index 4bec97b..7b364e7 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -5,6 +5,9 @@
20 # Distributed under the GPL v2
21 # $Id$
22
23 + 10 Feb 2011; Sebastian Pipping <sping@g.o> genkernel:
24 + Bump version to 3.4.13
25 +
26 09 Feb 2011; Sebastian Pipping <sping@g.o> genkernel.conf:
27 Add SPLASH and SPLASH_THEME to genkernel.conf (bug #268468)
28
29
30 diff --git a/genkernel b/genkernel
31 index 29af745..5936567 100755
32 --- a/genkernel
33 +++ b/genkernel
34 @@ -2,7 +2,7 @@
35 # $Id$
36
37 PATH="${PATH}:/sbin:/usr/sbin"
38 -GK_V='3.4.12.6'
39 +GK_V='3.4.13'
40
41 # Set the default for TMPDIR. May be modified by genkernel.conf or the
42 # --tempdir command line option.