* gprof.c (VERSION): Define as "2.7.1".

This commit is contained in:
Ian Lance Taylor 1996-07-04 19:39:24 +00:00
parent 6624477c48
commit 4cdbf68f7d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Thu Jul 4 12:01:42 1996 Ian Lance Taylor <ian@cygnus.com>
* gprof.c (VERSION): Define as "2.7.1".
* Released binutils 2.7.
* bb_exit_func.c: Rename from __bb_exit_func.c, so that it can be

View File

@ -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;