summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-07-10 00:50:12 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-07-10 00:50:12 +0200
commit32c022da12cb56ce6562223a82ff1e03309e2221 (patch)
treed34440d7b2c71f3bbdb0c29e8c63aa92d370f180
parentFix bug reference in change log (bad: #370411, good: #425080) (diff)
downloadgenkernel-32c022da12cb56ce6562223a82ff1e03309e2221.tar.gz
genkernel-32c022da12cb56ce6562223a82ff1e03309e2221.tar.bz2
genkernel-32c022da12cb56ce6562223a82ff1e03309e2221.zip
Bump version to 3.4.38v3.4.38
-rw-r--r--ChangeLog3
-rwxr-xr-xgenkernel2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21d6a5fd..53bf29d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 09 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
+ Bump version to 3.4.38
+
09 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
Fix linking of unionfs-fuse 0.24
diff --git a/genkernel b/genkernel
index 41dd5ed4..240297df 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.37'
+GK_V='3.4.38'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.