diff options
author | Per Bothner <per@bothner.com> | 1993-02-25 03:48:13 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-02-25 03:48:13 +0000 |
commit | eba174cea6bc2912eb160db944b5844d398fa82c (patch) | |
tree | a29c6bdf5d88d0ad1c7692007d64984489a2fff7 /binutils/Makefile.in | |
parent | 58dbaabdda7e6d768402df566df006492382b688 (diff) | |
download | gdb-eba174cea6bc2912eb160db944b5844d398fa82c.zip gdb-eba174cea6bc2912eb160db944b5844d398fa82c.tar.gz gdb-eba174cea6bc2912eb160db944b5844d398fa82c.tar.bz2 |
* Makefile.in: Set VERSION to 2.1.
* README, NEWS: Updates.
* nm.c: Add -v as a synonym for -V.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index ede3e9d..dc3fe73 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -65,7 +65,7 @@ LEX_OPTIONS = -I -Cem LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi` # Distribution version -VERSION=2.0 +VERSION=2.1 # Distribution name DIST_NAME=binutils-${VERSION} |