diff options
author | obrien <obrien@FreeBSD.org> | 2002-01-27 13:02:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-01-27 13:02:31 +0000 |
commit | 8e316b696c5675356c9351736bd43a58436f049d (patch) | |
tree | a03042232a7a04da7f190a15b3679f7c3a2fff4f /gnu | |
parent | cc46a9ac95611a0390813193f131fa578fbe0fff (diff) | |
download | FreeBSD-src-8e316b696c5675356c9351736bd43a58436f049d.zip FreeBSD-src-8e316b696c5675356c9351736bd43a58436f049d.tar.gz |
We are now at a 2.12.0 pre-release snap version.
Diffstat (limited to 'gnu')
-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 3e538f4..c732d29 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -4,7 +4,7 @@ # use the normal "Makefile.inc" mechanism, because we need some of these # definitions before the sub-Makefile is processed. -VERSION= "2.11.2 20010719 [FreeBSD]" +VERSION= "2.12.0 pre-release snap 20020127 [FreeBSD]" TARGET_ARCH?= ${MACHINE_ARCH} BINUTIL_ARCH= ${TARGET_ARCH} |