summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-01-25 00:25:07 +0100
committerSebastian Pipping <sebastian@pipping.org>2012-01-25 00:26:31 +0100
commit7879a0c74c3b1722f231711c07d92d26880762b8 (patch)
tree6df6a16461e7201427652488b885bd4c3cac9cf7
parentExtend .gitignore so echangelog ignores release tarballs (diff)
downloadgenkernel-7879a0c74c3b1722f231711c07d92d26880762b8.tar.gz
genkernel-7879a0c74c3b1722f231711c07d92d26880762b8.tar.bz2
genkernel-7879a0c74c3b1722f231711c07d92d26880762b8.zip
Bump version to 3.4.24v3.4.24
-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.