diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-12-16 22:18:33 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-12-16 22:18:33 +0000 |
commit | 682aea87203da60297f53db74c408abccc4610c1 (patch) | |
tree | ab2e7aca9b893b570d0bf864ea0c26464aa11ed1 /maintainer-scripts | |
parent | 7a04c51ba340c31797e28ff2832bada9bb67725f (diff) | |
download | gcc-682aea87203da60297f53db74c408abccc4610c1.zip gcc-682aea87203da60297f53db74c408abccc4610c1.tar.gz gcc-682aea87203da60297f53db74c408abccc4610c1.tar.bz2 |
* root.texi: Change version number to 3.4.
From-SVN: r60185
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 5 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 4 | ||||
-rw-r--r-- | maintainer-scripts/snapshot-README | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index edba50c..943aa61 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2002-12-16 Mark Mitchell <mark@codesourcery.com> + + * gcc_release: Make snapshots from the GCC 3.3 branch. + * snapshot-README: Update. + 2002-09-23 Zack Weinberg <zack@codesourcery.com> * update_version: Do not check in files which are unchanged. diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 45169e7..418899c 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -507,8 +507,8 @@ if [ $SNAPSHOT -eq 0 ]; then fi else RELEASE=$DATE - # For now snapshots come from the mainline. - BRANCH=HEAD + # For now snapshots come from the 3.3 branch. + BRANCH=gcc-3_3-branch FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" TAG=gcc_ss_${DATE} diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README index 9425bf2..3710692 100644 --- a/maintainer-scripts/snapshot-README +++ b/maintainer-scripts/snapshot-README @@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. -This snapshot has been generated from the GCC CVS HEAD. +This snapshot has been generated from the GCC CVS 3.3 branch. You'll find: |