diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2011-07-28 07:56:49 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2011-07-28 07:57:36 +0200 |
commit | 71f01a35f221ba7c5b750c1abb2adadb33628ed9 (patch) | |
tree | 63533f9bc0c608a678507d0fb6cc6a5ff490613a | |
parent | Fix display of seconds waiting (bug #376575) (diff) | |
download | genkernel-71f01a35f221ba7c5b750c1abb2adadb33628ed9.tar.gz genkernel-71f01a35f221ba7c5b750c1abb2adadb33628ed9.tar.bz2 genkernel-71f01a35f221ba7c5b750c1abb2adadb33628ed9.zip |
Bump version to 3.4.18v3.4.18
-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$ + 28 Jul 2011; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump version to 3.4.18 + 27 Jul 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts: Fix display of seconds waiting (bug #376575) @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.17' +GK_V='3.4.18' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |