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

This commit is contained in:
Ian Lance Taylor 1997-04-03 18:21:59 +00:00
parent 6f4b1d3168
commit 4910935152
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Apr 3 13:21:25 1997 Ian Lance Taylor <ian@cygnus.com>
* gprof.c (VERSION): Define as "2.8.1".
* Branched binutils 2.8.
Thu Mar 27 17:15:23 1997 Ian Lance Taylor <ian@cygnus.com>
* gprof.c (main): Correct copyright message.

View File

@ -30,7 +30,7 @@
#include "source.h"
#include "sym_ids.h"
#define VERSION "2.7.1"
#define VERSION "2.8.1"
const char *whoami;
const char *function_mapping_file;