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.