diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-20 06:19:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-20 06:19:15 +0000 |
commit | 5a907ff0c10b61eb6b932be8e306a460562813a3 (patch) | |
tree | 066d71e59f8d31ff1ee1779ce540cb900c458e27 /gnu/usr.bin/binutils | |
parent | 350992b17784eeb8f3bc478451e20c1737818a46 (diff) | |
download | FreeBSD-src-5a907ff0c10b61eb6b932be8e306a460562813a3.zip FreeBSD-src-5a907ff0c10b61eb6b932be8e306a460562813a3.tar.gz |
We are now at version 2.10 release.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index 42cadc3..46160c5 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -8,7 +8,7 @@ # definitions before the sub-Makefile is processed. # -VERSION= 2.10-anoncvs-20000512 +VERSION= 2.10.0 TARGET_ARCH?= ${MACHINE_ARCH} .if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb" |