Add uClibc-0.9.29 now it's out, and remove the 0.9.29-rc1.

This commit is contained in:
Yann E. MORIN" 2007-05-06 11:55:09 +00:00
parent 0b017962f7
commit 0325315ce7

View File

@ -36,9 +36,9 @@ config LIBC_V_0_9_28_3
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 @@ config LIBC_VERSION
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!