diff options
author | 2012-10-03 18:53:27 +0200 | |
---|---|---|
committer | 2012-10-03 18:53:27 +0200 | |
commit | 192ea46ecd98b97cfb39e00ea43217ca26e52753 (patch) | |
tree | 112d951b54fed63dd41f8cc1ac75c97a59f02a63 | |
parent | Use actual kernel config for check of available compression methods (bug #436... (diff) | |
download | genkernel-192ea46ecd98b97cfb39e00ea43217ca26e52753.tar.gz genkernel-192ea46ecd98b97cfb39e00ea43217ca26e52753.tar.bz2 genkernel-192ea46ecd98b97cfb39e00ea43217ca26e52753.zip |
Bump version to 3.4.43v3.4.43
-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$ + 03 Oct 2012; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump version to 3.4.43 + 03 Oct 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh: Use actual kernel config for check of available compression methods (bug #436820) @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.42' +GK_V='3.4.43' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |