diff options
Diffstat (limited to 'maintainer-scripts/snapshot-index.html')
-rw-r--r-- | maintainer-scripts/snapshot-index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html index b39072f435b..3155872480f 100644 --- a/maintainer-scripts/snapshot-index.html +++ b/maintainer-scripts/snapshot-index.html @@ -1,11 +1,11 @@ <html> <head> -<title>GCC @BRANCH@-@DATE@ Snapshot</title> +<title>GCC @RELEASE@ Snapshot</title> </head> <body> -<h1>GCC @BRANCH@-@DATE@ Snapshot</h1> +<h1>GCC @RELEASE@ Snapshot</h1> <p>The <a href ="http://gcc.gnu.org/">GCC Project</a> makes periodic snapshots of the GCC source tree available to the public @@ -17,30 +17,30 @@ how to sign up can be found on the GCC project home page.</p> <blockquote> - <p> <a href="gcc-@DATE@.tar.bz2"> + <p> <a href="gcc-@RELEASE@.tar.bz2"> gcc</a> @TEXT_DATE@ snapshot, includes all languages. - <p> <a href="gcc-core-@DATE@.tar.bz2"> + <p> <a href="gcc-core-@RELEASE@.tar.bz2"> gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front end and core compiler. - <p> <a href="gcc-g++-@DATE@.tar.bz2"> + <p> <a href="gcc-g++-@RELEASE@.tar.bz2"> gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front end and runtime. - <p> <a href="gcc-g77-@DATE@.tar.bz2"> + <p> <a href="gcc-g77-@RELEASE@.tar.bz2"> gcc-g77</a> @TEXT_DATE@ snapshot, includes just the F77 front end and runtime. - <p> <a href="gcc-java-@DATE@.tar.bz2"> + <p> <a href="gcc-java-@RELEASE@.tar.bz2"> gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java front end and runtime. - <p> <a href="gcc-objc-@DATE@.tar.bz2"> + <p> <a href="gcc-objc-@RELEASE@.tar.bz2"> gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C front end and runtime. - <p> <a href="gcc-ada-@DATE@.tar.bz2"> + <p> <a href="gcc-ada-@RELEASE@.tar.bz2"> gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada front end and runtime. |