Bump to 3.4.22 to reflect /usr mount support.
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 6 Jan 2012 06:36:53 +0000 (06:36 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 6 Jan 2012 06:36:53 +0000 (06:36 +0000)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
ChangeLog
genkernel

index 01598dbff1d7cebdd31d215694c46ca8bab5c9e4..ec025d8f598676417e4f19b902a90979c5468465 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
+  Bump to 3.4.22 to reflect /usr mount support.
+
   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
   defaults/linuxrc:
   Code to mount /usr and other filesystems as needed for new udev and systemd.
index 400b17d9cd719d1f1ce6f850ecf438f9d67dfeee..9f9f71ba69726ee1fea1ef3ee31628da7b85c292 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.21.2'
+GK_V='3.4.22'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.