From: Sebastian Pipping Date: Thu, 20 Jan 2011 14:22:37 +0000 (+0100) Subject: Bump version to 3.4.11.1 X-Git-Tag: v3.4.11.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7dc5a3d4a0f6dc199019de7a56b68b1901d2ceaf;p=genkernel.git Bump version to 3.4.11.1 --- diff --git a/ChangeLog b/ChangeLog index 59a134e..d27bb0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 20 Jan 2011; Sebastian Pipping genkernel: + Bump version to 3.4.11.1 + 20 Jan 2011; Sebastian Pipping gen_configkernel.sh: Move application of kernel config after "make mrproper" as that deletes .config (whereas "make clean" does not) (bug #351906) diff --git a/genkernel b/genkernel index a3f1336..6a3351f 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.11' +GK_V='3.4.11.1' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.