diff options
author | Per Bothner <per@bothner.com> | 1991-10-16 18:57:08 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-16 18:57:08 +0000 |
commit | d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f (patch) | |
tree | 02711f26dd5a0435f0b76b3fa65861ad5576df1e /binutils/version.c | |
parent | 637942e4dbd4b110d30e045b75d07f75fa6ee132 (diff) | |
download | gdb-d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f.zip gdb-d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f.tar.gz gdb-d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f.tar.bz2 |
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
* strip.c: Add or update Copyright notice.
* TODO: Add note on 'nm -a'.
* version.c: Update version number to 1.90.
* Makefile.in: Fix making of documentation for dist.
Diffstat (limited to 'binutils/version.c')
-rw-r--r-- | binutils/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/version.c b/binutils/version.c index d3e5a132..aab56da 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -2,4 +2,4 @@ They all change in lockstep -- it's easier that way */ -char *program_version = "1.10 (Cygnus BFD)"; +char *program_version = "1.90"; |