summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xgenkernel2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fd1e105..370f6fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 24 Jan 2012; Sebastian Pipping <sping@gentoo.org> .gitignore, genkernel:
+ Bump version to 3.4.24
+
24 Jan 2012; Sebastian Pipping <sping@gentoo.org> arch/alpha/kernel-config,
arch/ia64/kernel-config, arch/ppc/kernel-config, arch/sparc64/kernel-config,
arch/x86/kernel-config:
diff --git a/genkernel b/genkernel
index a579b25..19ef657 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.23.1'
+GK_V='3.4.24'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.