diff options
-rw-r--r-- | config/libc_uClibc.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc_uClibc.in b/config/libc_uClibc.in index d7126aa2..050a62ad 100644 --- a/config/libc_uClibc.in +++ b/config/libc_uClibc.in @@ -36,6 +36,10 @@ config LIBC_V_0_9_28_3 bool prompt "0.9.28.3" +config LIBC_V_0_9_29_rc1 + bool + prompt "0.9.29_rc1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -50,6 +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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |