1991-03-21 22:29:06 +01:00
|
|
|
/*** version.c -- version number for binutils.
|
|
|
|
They all change in lockstep -- it's easier that way
|
|
|
|
*/
|
|
|
|
|
* 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.
1991-10-16 19:57:08 +01:00
|
|
|
char *program_version = "1.90";
|