diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 13:13:48 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 13:13:48 -0400 |
commit | 0b0472c98e0a769a6b6f979361807812e852ac2b (patch) | |
tree | f2c88ae097cda01fd75e2d05eb1951e4185eb2a0 /gcc | |
parent | 96a881beacf8fee0e4183d2a52ea79e6e32b3501 (diff) | |
download | gcc-0b0472c98e0a769a6b6f979361807812e852ac2b.zip gcc-0b0472c98e0a769a6b6f979361807812e852ac2b.tar.gz gcc-0b0472c98e0a769a6b6f979361807812e852ac2b.tar.bz2 |
Change version to 2.7.1.
From-SVN: r10004
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/config-nt.sed | 2 | ||||
-rw-r--r-- | gcc/config/i386/config-nt.sed | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/config-nt.sed b/gcc/config/alpha/config-nt.sed index 1ecafd4..7a53e67 100644 --- a/gcc/config/alpha/config-nt.sed +++ b/gcc/config/alpha/config-nt.sed @@ -26,7 +26,7 @@ host_xm_file=config/alpha/xm-winnt.h /^lang_specs_files=/ d /^lang_options_files=/ d /^version=/ c\ -version=2.6.3 +version=2.7.1 s/CC = cc/CC = cl/ s/^SHELL =.*/SHELL =/ s/CFLAGS = -g/CFLAGS =/ diff --git a/gcc/config/i386/config-nt.sed b/gcc/config/i386/config-nt.sed index bf5176b..d49f40d 100644 --- a/gcc/config/i386/config-nt.sed +++ b/gcc/config/i386/config-nt.sed @@ -26,7 +26,7 @@ host_xm_file=config/i386/xm-winnt.h /^lang_specs_files=/ d /^lang_options_files=/ d /^version=/ c\ -version=2.6.3 +version=2.7.1 s/CC = cc/CC = cl/ s/^SHELL =.*/SHELL =/ s/CFLAGS = -g/CFLAGS =/ |