Commit 682aea87 by Mark Mitchell Committed by Mark Mitchell

* root.texi: Change version number to 3.4.

From-SVN: r60185
parent 7a04c51b
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> 2002-09-23 Zack Weinberg <zack@codesourcery.com>
* update_version: Do not check in files which are unchanged. * update_version: Do not check in files which are unchanged.
......
...@@ -507,8 +507,8 @@ if [ $SNAPSHOT -eq 0 ]; then ...@@ -507,8 +507,8 @@ if [ $SNAPSHOT -eq 0 ]; then
fi fi
else else
RELEASE=$DATE RELEASE=$DATE
# For now snapshots come from the mainline. # For now snapshots come from the 3.3 branch.
BRANCH=HEAD BRANCH=gcc-3_3-branch
FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
TAG=gcc_ss_${DATE} TAG=gcc_ss_${DATE}
......
...@@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on ...@@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@ ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. 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: You'll find:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment