diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-28 20:37:28 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-28 20:37:28 +0000 |
commit | 4c561ce2f490bb4b55f9d9ab090fc1a88c2fe783 (patch) | |
tree | 1704e266ee2ce9c281830e490cfd63e4117020dc /gcc | |
parent | 92ccb9aaa99080e14570c31a2e751e1bfab24b3b (diff) | |
download | gcc-4c561ce2f490bb4b55f9d9ab090fc1a88c2fe783.zip gcc-4c561ce2f490bb4b55f9d9ab090fc1a88c2fe783.tar.gz gcc-4c561ce2f490bb4b55f9d9ab090fc1a88c2fe783.tar.bz2 |
*** empty log message ***
From-SVN: r851
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 0e89ad6..6d7b179 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -420,7 +420,7 @@ while (0) /* Print subsidiary information on the compiler version in use. */ -#define MIPS_VERSION "[AL 1.1, MM 16]" +#define MIPS_VERSION "[AL 1.1, MM 17]" #ifndef MACHINE_TYPE #define MACHINE_TYPE "BSD Mips" |