6 lines
141 B
C
6 lines
141 B
C
/*** version.c -- version number for binutils.
|
|
They all change in lockstep -- it's easier that way
|
|
*/
|
|
|
|
char *program_version = VERSION;
|