# HG changeset patch # User "Yann E. MORIN" # Date 1343770615 -7200 # Node ID c5e9702016d8cdee3b12b842f64aad4c63745b68 # Parent 6f23aba032810c03a2418526dd860afe01564ede kernel/linux: update version Signed-off-by: "Yann E. MORIN" diff -r 6f23aba03281 -r c5e9702016d8 config/kernel/linux.in --- a/config/kernel/linux.in Tue Jul 31 23:04:49 2012 +0200 +++ b/config/kernel/linux.in Tue Jul 31 23:36:55 2012 +0200 @@ -30,9 +30,9 @@ bool prompt "3.5" -config KERNEL_V_3_4_6 +config KERNEL_V_3_4_7 bool - prompt "3.4.6" + prompt "3.4.7" config KERNEL_V_3_3_8 bool @@ -140,7 +140,7 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "3.5" if KERNEL_V_3_5 - default "3.4.6" if KERNEL_V_3_4_6 + default "3.4.7" if KERNEL_V_3_4_7 default "3.3.8" if KERNEL_V_3_3_8 default "3.2.23" if KERNEL_V_3_2_23 default "3.1.10" if KERNEL_V_3_1_10