mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-12 11:28:21 +08:00
6 lines
153 B
C
6 lines
153 B
C
/*** version.c -- version number for binutils.
|
|
They all change in lockstep -- it's easier that way
|
|
*/
|
|
|
|
char *program_version = "1.10 (Cygnus BFD)";
|