diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gprof/gprof.c')
-rw-r--r-- | gnu/usr.bin/binutils/gprof/gprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gprof/gprof.c b/gnu/usr.bin/binutils/gprof/gprof.c index e99f2d25caf..7128aa9b340 100644 --- a/gnu/usr.bin/binutils/gprof/gprof.c +++ b/gnu/usr.bin/binutils/gprof/gprof.c @@ -30,7 +30,7 @@ #include "source.h" #include "sym_ids.h" -#define VERSION "2.6" +#define VERSION "2.7.1" const char *whoami; const char *function_mapping_file; |