diff options
author | Per Bothner <per@bothner.com> | 1992-05-05 19:02:24 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-05 19:02:24 +0000 |
commit | 5b07d6937259fbf70f9e329f17667d9d29259b4b (patch) | |
tree | 541cb2cfb9762fea73f6a4323377bf967f4856e1 /binutils/Makefile.in | |
parent | 2501643aeac29a2c24492dda87716faa16dca1aa (diff) | |
download | gdb-5b07d6937259fbf70f9e329f17667d9d29259b4b.zip gdb-5b07d6937259fbf70f9e329f17667d9d29259b4b.tar.gz gdb-5b07d6937259fbf70f9e329f17667d9d29259b4b.tar.bz2 |
* Makefile.in: Bump to version 1.97.
* ar.c: Declare errno for machines that need it.
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 1695938..8ec1d35 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -61,7 +61,7 @@ BISONFLAGS = -tvd TEXI2ROFF=texi2roff # Distribution version -VERSION=1.96 +VERSION=1.97 # Distribution name DIST_NAME=binutils-${VERSION} |