aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gprof/ChangeLog2
-rw-r--r--gprof/gprof.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 4bbbd47..0167f01 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -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
diff --git a/gprof/gprof.c b/gprof/gprof.c
index e99f2d2..7128aa9 100644
--- a/gprof/gprof.c
+++ b/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;