From 0325315ce79c27cc503a46a8e4b23ad7155b8051 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 6 May 2007 11:55:09 +0000 Subject: [PATCH] Add uClibc-0.9.29 now it's out, and remove the 0.9.29-rc1. --- config/libc_uClibc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/libc_uClibc.in b/config/libc_uClibc.in index 050a62ad..85334247 100644 --- a/config/libc_uClibc.in +++ b/config/libc_uClibc.in @@ -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!