diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | genkernel | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 30 Oct 2011; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump version to 3.4.19 + 25 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> gen_compile.sh: fix random build failures during e2fsprogs, force -j1 @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.18' +GK_V='3.4.19' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |