diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-02 09:45:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-02 09:45:51 +0000 |
| commit | f5debc7cfcb9671326a019c8a442600f2ead8d4e (patch) | |
| tree | 1ba2a91c30f3c9323a8396958c934642fb18fd35 /gnu/usr.bin/binutils/as | |
| parent | ab3c58bd4fda37c848309cf2275f8a315b262f54 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -rw-r--r-- | gnu/usr.bin/binutils/as/alpha-freebsd/config.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/config.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/sparc64-freebsd/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h index b29405152ec5..72005ad2a10d 100644 --- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h @@ -151,7 +151,7 @@ #define PACKAGE "gas" /* Version number of package */ -/* #define VERSION "2.13" */ +/* #define VERSION "2.13.2" */ /* Define if defaulting to ELF on SCO 5. */ /* #undef SCO_ELF */ diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h index 42fd248fcad9..b116d09abd34 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h @@ -151,7 +151,7 @@ #define PACKAGE "gas" /* Version number of package */ -/* #define VERSION "2.13" */ +/* #define VERSION "2.13.2" */ /* Define if defaulting to ELF on SCO 5. */ /* #undef SCO_ELF */ diff --git a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h index 425723ee3cd3..4112fe3c6d1e 100644 --- a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h @@ -151,7 +151,7 @@ #define PACKAGE "gas" /* Version number of package */ -/* #define VERSION "2.13" */ +/* #define VERSION "2.13.2" */ /* Define if defaulting to ELF on SCO 5. */ /* #undef SCO_ELF */ |
