From patchwork Thu Aug 14 13:09:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 379929 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 79BAC140093 for ; Thu, 14 Aug 2014 23:12:54 +1000 (EST) 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:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=F+lUMML3TQlnRgM2s0ZAIlLx9L47qdSHQFX1LtHpV6t+rtng2a ZHi3A4dUxIJqnJ2sdDdy7pr9PNCZII+txtRtuJN/Skpjn5SFZc+5la3SYqrUplRh 1ExotSeonWqgPazsOViif9EyWDyBx14DjdS7ym4fTk9SBRnpTnwslARyI= 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:cc:subject:message-id:mime-version:content-type; s= default; bh=CE0RMz+TSVht2CGVwikut0Tz/yY=; b=LZ6qIhv20CKbSh8UP94E /uC/UQwmKBdl/ACUsNW/QKMi+pY2Zv6hz8uaVgAMd+p3p0sFOGxmTuZDLzGhGUHT u/JLCN89b8HvnYH73Tn/wsuBwONDf1qF3xT4SLICcgvDtm0qfOzo5BPNnQwszzVC PiEziAH/CPppQaSL/gZfe6E= Received: (qmail 3968 invoked by alias); 14 Aug 2014 13:12:46 -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 3956 invoked by uid 89); 14 Aug 2014 13:12:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 14 Aug 2014 13:12:40 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 7AF8DAAF3; Thu, 14 Aug 2014 13:12:37 +0000 (UTC) Date: Thu, 14 Aug 2014 15:09:26 +0200 (CEST) From: Richard Biener To: gcc-patches@gcc.gnu.org cc: Jakub Jelinek Subject: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx Message-ID: User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 See $subject. Ok? Thanks, Richard. 2014-08-14 Richard Biener maintainer-scripts/ * crontab: Change trunk snapshots from 4.10 to 5. gcc/ * BASE-VER: Change to 5.0.0 Index: maintainer-scripts/crontab =================================================================== --- maintainer-scripts/crontab (revision 213958) +++ maintainer-scripts/crontab (working copy) @@ -3,4 +3,4 @@ 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn 32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 4.9:branches/gcc-4_9-branch -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.8:branches/gcc-4_8-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.10:trunk -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 5:trunk -l -d /sourceware/snapshot-tmp/gcc all Index: gcc/BASE-VER =================================================================== --- gcc/BASE-VER (revision 213958) +++ gcc/BASE-VER (working copy) @@ -1 +1 @@ -4.10.0 +5.0.0