# HG changeset patch # User Daniel Zimmermann # Date 1388655344 -3600 # Node ID 84fcb0cae9a47443c88b43258bb5cb838153b9fc # Parent c010db3c6ab7856e52ad4534ff7b6f1877c6898a 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: Patchwork-Id: 306129 diff -r c010db3c6ab7 -r 84fcb0cae9a4 config/libc/newlib.in --- a/config/libc/newlib.in Wed Jan 01 19:14:20 2014 +0100 +++ b/config/libc/newlib.in Thu Jan 02 10:35:44 2014 +0100 @@ -67,7 +67,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2.1.0" if LIBC_NEWLIB_V_2_0_0 + default "2.1.0" if LIBC_NEWLIB_V_2_1_0 default "2.0.0" if LIBC_NEWLIB_V_2_0_0 default "1.20.0" if LIBC_NEWLIB_V_1_20_0 default "1.19.0" if LIBC_NEWLIB_V_1_19_0