libc/newlib: bump version to 2.1.0
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Dec 31 12:25:27 2013 +0100 (2013-12-31)
changeset 3258b966620c7b1e
parent 3257 7b7d953f9cfb
child 3259 cff2f2d39e91
libc/newlib: bump version to 2.1.0

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/libc/newlib.in
     1.1 --- a/config/libc/newlib.in	Mon Dec 30 19:08:37 2013 +0100
     1.2 +++ b/config/libc/newlib.in	Tue Dec 31 12:25:27 2013 +0100
     1.3 @@ -18,6 +18,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_NEWLIB_V_2_1_0
     1.8 +    bool
     1.9 +    prompt "2.1.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_NEWLIB_V_2_0_0
    1.13      bool
    1.14      prompt "2.0.0 (EXPERIMENTAL)"
    1.15 @@ -62,6 +67,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.1.0" if LIBC_NEWLIB_V_2_0_0
    1.20      default "2.0.0" if LIBC_NEWLIB_V_2_0_0
    1.21      default "1.20.0" if LIBC_NEWLIB_V_1_20_0
    1.22      default "1.19.0" if LIBC_NEWLIB_V_1_19_0