This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Richard Biener <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 14 Aug 2014 15:17:50 +0200
- Subject: Re: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1408141508450 dot 20733 at zhemvz dot fhfr dot qr>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Aug 14, 2014 at 03:09:26PM +0200, Richard Biener wrote:
>
> See $subject.
>
> Ok?
>
> Thanks,
> Richard.
>
> 2014-08-14 Richard Biener <rguenther@suse.de>
>
> maintainer-scripts/
> * crontab: Change trunk snapshots from 4.10 to 5.
>
> gcc/
> * BASE-VER: Change to 5.0.0
LGTM.
> --- 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
Jakub