diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-01-25 00:25:07 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-01-25 00:26:31 +0100 |
commit | 7879a0c74c3b1722f231711c07d92d26880762b8 (patch) | |
tree | 6df6a16461e7201427652488b885bd4c3cac9cf7 | |
parent | Extend .gitignore so echangelog ignores release tarballs (diff) | |
download | genkernel-7879a0c74c3b1722f231711c07d92d26880762b8.tar.gz genkernel-7879a0c74c3b1722f231711c07d92d26880762b8.tar.bz2 genkernel-7879a0c74c3b1722f231711c07d92d26880762b8.zip |
Bump version to 3.4.24v3.4.24
-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$ + 24 Jan 2012; Sebastian Pipping <sping@gentoo.org> .gitignore, genkernel: + Bump version to 3.4.24 + 24 Jan 2012; Sebastian Pipping <sping@gentoo.org> arch/alpha/kernel-config, arch/ia64/kernel-config, arch/ppc/kernel-config, arch/sparc64/kernel-config, arch/x86/kernel-config: @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.23.1' +GK_V='3.4.24' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |