libc/newlib: fix typo in "bump version to 2.1.0"
authorDaniel Zimmermann <netzimme@gmail.com>
Thu Jan 02 10:35:44 2014 +0100 (2014-01-02)
changeset 326684fcb0cae9a4
parent 3265 c010db3c6ab7
child 3267 8e2077dfc250
libc/newlib: fix typo in "bump version to 2.1.0"

Fix a typo in the commit http://crosstool-ng.org/hg/crosstool-ng/rev/b966620c7b1e

Signed-off-by: "Daniel Zimmermann" netzimme@gmail.com
Message-Id: <f2dbd80da6affb11089a.1388669655@haus-VirtualBox>
Patchwork-Id: 306129
config/libc/newlib.in
     1.1 --- a/config/libc/newlib.in	Wed Jan 01 19:14:20 2014 +0100
     1.2 +++ b/config/libc/newlib.in	Thu Jan 02 10:35:44 2014 +0100
     1.3 @@ -67,7 +67,7 @@
     1.4      string
     1.5  # Don't remove next line
     1.6  # CT_INSERT_VERSION_STRING_BELOW
     1.7 -    default "2.1.0" if LIBC_NEWLIB_V_2_0_0
     1.8 +    default "2.1.0" if LIBC_NEWLIB_V_2_1_0
     1.9      default "2.0.0" if LIBC_NEWLIB_V_2_0_0
    1.10      default "1.20.0" if LIBC_NEWLIB_V_1_20_0
    1.11      default "1.19.0" if LIBC_NEWLIB_V_1_19_0