commit: 4ee008490c3896b1e0fb97f3b5cd5071e166d8dd
Author: Richard Yao <ryao <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 18:08:51 2015 +0000
Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 18:08:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4ee00849
Bump version to 3.4.51.4
I neglected to push the 3.4.51.1 and 3.4.51.2 updates to master, which
lead 3.4.51.3 to bring us out of sync. This tag reunifies the two.
Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
genkernel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/genkernel b/genkernel
index 5ab1936..9f3ec9c 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.51.3'
+GK_V='3.4.51.4'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.