From: Robin H. Johnson Date: Sat, 10 Mar 2012 21:25:13 +0000 (-0800) Subject: Bump version for release. X-Git-Tag: v3.4.25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fcbe3f642185c9569ce24c71b63aec1ffa08ede0;p=genkernel.git Bump version for release. Signed-off-by: Robin H. Johnson --- diff --git a/ChangeLog b/ChangeLog index 73f8a9a..9e92448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,10 @@ # - 2008-2011 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ - + + 10 Mar 2012; Robin H. Johnson genkernel: + Bump version for release. + 25 Feb 2012; Sebastian Pipping arch/x86/modules_load, arch/x86_64/modules_load, defaults/modules_load: Make sure the sha256 module makes it into the initramfs (bug #405495). diff --git a/genkernel b/genkernel index 5883b5d..4f24c4b 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.24' +GK_V='3.4.25' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.