]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc_release: Use the 3.2 branch for snapshots.
authorMark Mitchell <mark@codesourcery.com>
Mon, 29 Jul 2002 04:46:45 +0000 (04:46 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 29 Jul 2002 04:46:45 +0000 (04:46 +0000)
From-SVN: r55824

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 9c570354d7eee2d859f4932340fc1fa9e5b6573e..46c2b74a663954753ca9a9a7a43492533b513e35 100644 (file)
@@ -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
index f2e21ab435c71316cf43200daa9118ccdeaf11a7..ec304d728810f6fae8267d950ffcabc52b91db07 100755 (executable)
@@ -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}
 
This page took 0.059706 seconds and 5 git commands to generate.