# HG changeset patch # User "Yann E. MORIN" # Date 1178452509 0 # Node ID 6c5af708d80ef3c5364c069d72db74fab9636bed # Parent 4235d1d86b4fbea83b982002c5048497c00ddeb4 Add uClibc-0.9.29 now it's out, and remove the 0.9.29-rc1. diff -r 4235d1d86b4f -r 6c5af708d80e config/libc_uClibc.in --- a/config/libc_uClibc.in Thu May 03 17:51:03 2007 +0000 +++ b/config/libc_uClibc.in Sun May 06 11:55:09 2007 +0000 @@ -36,9 +36,9 @@ bool prompt "0.9.28.3" -config LIBC_V_0_9_29_rc1 +config LIBC_V_0_9_29 bool - prompt "0.9.29_rc1" + prompt "0.9.29" # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -54,7 +54,7 @@ default "0.9.28.1" if LIBC_V_0_9_28_1 default "0.9.28.2" if LIBC_V_0_9_28_2 default "0.9.28.3" if LIBC_V_0_9_28_3 - default "0.9.29_rc1" if LIBC_V_0_9_29_rc1 + default "0.9.29" if LIBC_V_0_9_29 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!