aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-07-08 11:55:59 +0100
committerNick Clifton <nickc@redhat.com>2022-07-08 11:55:59 +0100
commite1ec7b9f9fa61568d5f964a0169e65803e9e4ca3 (patch)
tree5c2baa4b03faffb58d96663f6efd0d8000ccc7ba
parent631ec08cb15cf3685124706032056621371edb26 (diff)
downloadgdb-e1ec7b9f9fa61568d5f964a0169e65803e9e4ca3.zip
gdb-e1ec7b9f9fa61568d5f964a0169e65803e9e4ca3.tar.gz
gdb-e1ec7b9f9fa61568d5f964a0169e65803e9e4ca3.tar.bz2
Update release README with new version numbers
-rw-r--r--binutils/README-how-to-make-a-release14
1 files changed, 7 insertions, 7 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index b0656c6..bdaa23d 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -121,12 +121,12 @@ Approx time to complete from here: 2 hours ....
c. Build a test target using this tarball.
- cp binutils-2.38.90.tar.xz /dev/shm
+ cp binutils-2.39.90.tar.xz /dev/shm
pushd /dev/shm
- tar xvf binutils-2.38.90.tar.xz
+ tar xvf binutils-2.39.90.tar.xz
mkdir build
cd build
- ../binutils-2.38.90/configure --quiet --enable-gold
+ ../binutils-2.39.90/configure --quiet --enable-gold
make
popd
@@ -134,8 +134,8 @@ Approx time to complete from here: 2 hours ....
d. Upload the pre-release snapshot to the sourceware FTP site:
- scp binutils-2.38.90.tar.xz sourceware.org:~ftp/pub/binutils/snapshots
- ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.38.90.tar.xz
+ scp binutils-2.39.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
+ ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.39.90.tar.xz
e. Clean up the source directory again.
@@ -148,11 +148,11 @@ Approx time to complete from here: 2 hours ....
------------------------------------------------------------------------
Dear Translation Project
- The 2.39 release branch has been created for the GNU Binutils project.
+ The 2.40 release branch has been created for the GNU Binutils project.
A snapshot of the branch sources can be found here:
- https://sourceware.org/pub/binutils/snapshots/binutils-2.38.90.tar.xz
+ https://sourceware.org/pub/binutils/snapshots/binutils-2.39.90.tar.xz
We hope to make the official release of the sources on the <DATE>
although that could change if there are important bugs that need to