diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-02 09:40:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-02 09:40:02 +0000 |
commit | 6e6e1626c061478db7e98195ab80a590b93c870a (patch) | |
tree | 5dd16bc9f9322766221e86ce5b89b010a10e113d /gnu | |
parent | b0507dc8c419be586c4d83efe2e02bbeb2adbce8 (diff) | |
download | FreeBSD-src-6e6e1626c061478db7e98195ab80a590b93c870a.zip FreeBSD-src-6e6e1626c061478db7e98195ab80a590b93c870a.tar.gz |
Update for the 2.13.2 2002-11-27 snapshot import.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index d5c1efe..1d3ecae 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -4,8 +4,8 @@ # use the normal "Makefile.inc" mechanism, because we need some of these # definitions before the sub-Makefile is processed. -VERSION= "2.13 [FreeBSD] 2002-10-10" -VERSION_DATE= 20021010 +VERSION= "2.13.2 [FreeBSD] 2002-11-27" +VERSION_DATE= 20021127 TARGET_ARCH?= ${MACHINE_ARCH} |