diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-10-14 18:25:15 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-10-14 18:25:15 +0200 |
commit | 457cc95b07fc706f12bdd9adf6b862ce64361448 (patch) | |
tree | 6255c902f4f662f7cf7833ca3b9b505bd22acdb3 | |
parent | Bug #432956: Easy to include VirtIO support in kernel. (diff) | |
download | genkernel-457cc95b07fc706f12bdd9adf6b862ce64361448.tar.gz genkernel-457cc95b07fc706f12bdd9adf6b862ce64361448.tar.bz2 genkernel-457cc95b07fc706f12bdd9adf6b862ce64361448.zip |
Bump version to 3.4.44v3.4.44
-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$ + 14 Oct 2012; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump version to 3.4.44 + 14 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_cmdline.sh, gen_configkernel.sh, gen_determineargs.sh: Bug #432956: Easy to include VirtIO support in kernel. @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.43' +GK_V='3.4.44' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |