# HG changeset patch # User "Yann E. MORIN" # Date 1315347630 -7200 # Node ID 8e76355776c3fce893e42c25134fa4a53ce9d582 # Parent a171c274bc12d640850aeb5989059b818fbc8064 kernel/linux: fix typo Finally fix typo introduced in #6eb0189d7225 and partially fixed in #61ec8b08f98d... Seems I'm fast at introducing trivial typoes, but bad at fixing them... :-( Signed-off-by: "Yann E. MORIN" diff -r a171c274bc12 -r 8e76355776c3 config/kernel/linux.in --- a/config/kernel/linux.in Tue Aug 30 19:38:10 2011 +0200 +++ b/config/kernel/linux.in Wed Sep 07 00:20:30 2011 +0200 @@ -157,7 +157,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.0_4" if KERNEL_V_3_0_4 + default "3.0.4" if KERNEL_V_3_0_4 default "3.0.3" if KERNEL_V_3_0_3 default "3.0.2" if KERNEL_V_3_0_2 default "3.0.1" if KERNEL_V_3_0_1