diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-29 04:46:45 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-29 04:46:45 +0000 |
commit | 45784311a42a0fc1e167bb30b33b2746333e2639 (patch) | |
tree | b20a1f7d4a5d47628d0cc315dcba674c2560e529 /maintainer-scripts | |
parent | 696cd6977afffc657fa3345f256ed9be8be83025 (diff) | |
download | gcc-45784311a42a0fc1e167bb30b33b2746333e2639.tar.gz |
* gcc_release: Use the 3.2 branch for snapshots.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55824 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 9c570354d7e..46c2b74a663 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2002-07-28 Mark Mitchell <mark@codesourcery.com> + + * gcc_release: Use the 3.2 branch for snapshots. + 2002-05-31 Florian Weimer <fw@deneb.enyo.de> * update_web_docs (MANUALS): Include various flavours of the GNAT diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index f2e21ab435c..ec304d72881 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -518,7 +518,7 @@ if [ $SNAPSHOT -eq 0 ]; then else RELEASE=$DATE # For now snapshots come from the 3.1 branch. - BRANCH=gcc-3_1-branch + BRANCH=gcc-3_2-branch FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" TAG=gcc_ss_${DATE} |