diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-07-09 00:07:38 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-07-09 00:07:38 +0200 |
commit | b45b5b59a3e2dadf749d10099d818af9879583b6 (patch) | |
tree | 3fe391ed0bfd353dcec6a75b76dacf2c3d292b77 | |
parent | Merge branch 'bug-423847' (diff) | |
download | genkernel-b45b5b59a3e2dadf749d10099d818af9879583b6.tar.gz genkernel-b45b5b59a3e2dadf749d10099d818af9879583b6.tar.bz2 genkernel-b45b5b59a3e2dadf749d10099d818af9879583b6.zip |
Bump version to 3.4.37v3.4.37
-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$ + 08 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump version to 3.4.37 + 08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh, genkernel: Always report used kernel config file @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.36' +GK_V='3.4.37' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |