d8474a9bc1
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.
6 lines
140 B
C
6 lines
140 B
C
/*** version.c -- version number for binutils.
|
|
They all change in lockstep -- it's easier that way
|
|
*/
|
|
|
|
char *program_version = "1.90";
|