From patchwork Mon Apr 24 09:40:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 754175 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 3wBLtr1bXMz9sD9 for ; Mon, 24 Apr 2017 19:40:52 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="hhPJZFLv"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=yFvpvanJZVD7YfvwCVFzdWYGKR3WZSoFQzT9oxP4ATv8snVjyxgSn HRSKLKtQpSaY5surcNVe9C6GWotFHaRmgj5+dyRpUJexCg0vILs6HXMo7fW65zgn 39n1OXD34NPL3fgR3dB+bRxf/WpHCwHJwHVWG0B8vxqwYDTydhsgco= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=IKYh5Ofgq64cIsAIefi/HtFO7Fg=; b=hhPJZFLvoybYh+vNVn5N geZdyHUdK4gDMz13EeceNG2W4YNJItzSiEPgV4Csw7qL+GHj1op3yyoAtYrqhNdt VHlL4gdUkDsxCIVvNGZ5jIcTkwEMk8ANOeemfG0Su4Zu6Z7XFE8EZ4x+wRoFaCtU qUGaDFQRmEtiZr57ckNd7rY= Received: (qmail 4000 invoked by alias); 24 Apr 2017 09:40:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 3983 invoked by uid 89); 24 Apr 2017 09:40:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:613, Series X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Apr 2017 09:40:38 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BD7DF70723 for ; Mon, 24 Apr 2017 09:40:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BD7DF70723 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com BD7DF70723 Received: from localhost (ovpn-117-26.ams2.redhat.com [10.36.117.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6935084966 for ; Mon, 24 Apr 2017 09:40:38 +0000 (UTC) Date: Mon, 24 Apr 2017 10:40:37 +0100 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Change "GCC 6" to "GCC 7" in /gcc7/index.html Message-ID: <20170424094037.GA21002@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.8.0 (2017-02-23) Committed to CVS. Index: htdocs/gcc-7/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/index.html,v retrieving revision 1.1 diff -u -r1.1 index.html --- htdocs/gcc-7/index.html 20 Apr 2017 10:32:58 -0000 1.1 +++ htdocs/gcc-7/index.html 24 Apr 2017 09:38:17 -0000 @@ -8,7 +8,7 @@

GCC 7 Release Series

-

As of this time no releases of GCC 6 have yet been made.

+

As of this time no releases of GCC 7 have yet been made.

References and Acknowledgements