From patchwork Thu Jan 2 13:34:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Zimmermann X-Patchwork-Id: 306129 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DDB3B2C0091 for ; Fri, 3 Jan 2014 00:34:39 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; q=dns; s=default; b=QtmwzOhFwE3s3IH28n5+FTYSEpmGp2SahKzem797iyf cYI4aR5iKHADk8J66ejmA2ONZIN1QwBIhYErLYULcheU/biMba+Cvhpq8SXyIWJ6 iAu81KUET9cnTTmTQgEPoRYsvtmYEPmZwZ18h7XXshfZg5GYP4QGoA0sNwlvQveQ = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; s=default; bh=+Uw/Ci64mQh9GU8O97jIZBpV2sw=; b=cNxtpLdNtnrE4gAlZ pM3CkdqgLmAOkAn/59KOj0N1ykX/hIUJJnRxpWH5iMb0zTBg4YSQiJYkL4J2g+bC so084qXFK4xCgxgDKzMWrVzk5gXwx43Rzv2zXp0LFHLtfKWKveZCl3pWiilo41+C h6kFi4S9IbOxutokXkGoumTXao= Received: (qmail 18299 invoked by alias); 2 Jan 2014 13:34:31 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 18285 invoked by uid 89); 2 Jan 2014 13:34:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f50.google.com Received: from mail-ee0-f50.google.com (HELO mail-ee0-f50.google.com) (74.125.83.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 02 Jan 2014 13:34:29 +0000 Received: by mail-ee0-f50.google.com with SMTP id c41so6212744eek.37 for ; Thu, 02 Jan 2014 05:34:26 -0800 (PST) X-Received: by 10.14.115.133 with SMTP id e5mr15399196eeh.91.1388669666782; Thu, 02 Jan 2014 05:34:26 -0800 (PST) Received: from [127.0.1.1] (dslb-088-066-030-002.pools.arcor-ip.net. [88.66.30.2]) by mx.google.com with ESMTPSA id o47sm136107601eem.21.2014.01.02.05.34.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Jan 2014 05:34:26 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH] libc/newlib: fix typo in "bump version to 2.1.0" X-Mercurial-Node: f2dbd80da6affb11089a88578c7133d262e2e2a2 Message-Id: User-Agent: Mercurial-patchbomb/2.6.3 Date: Thu, 02 Jan 2014 14:34:15 +0100 From: Daniel Zimmermann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org # HG changeset patch # User Daniel Zimmermann # Date 1388655344 -3600 # Thu Jan 02 10:35:44 2014 +0100 # Node ID f2dbd80da6affb11089a88578c7133d262e2e2a2 # 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 --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r c010db3c6ab7 -r f2dbd80da6af 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