mirror of git://gcc.gnu.org/git/gcc.git
* root.texi: Change version number to 3.4.
From-SVN: r60185
This commit is contained in:
parent
7a04c51ba3
commit
682aea8720
|
@ -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>
|
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
|
||||||
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
|
||||||
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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue