|
From: Nicholas N. <nj...@ca...> - 2004-03-16 19:41:20
|
CVS commit by nethercote:
Remove Massif's version number now that it's part of the main distro.
M +1 -1 ms_main.c 1.5
--- valgrind/massif/ms_main.c #1.4:1.5
@@ -1181,5 +1181,5 @@ void SK_(pre_clo_init)()
{
VG_(details_name) ("Massif");
- VG_(details_version) ("0.0.3");
+ VG_(details_version) (NULL);
VG_(details_description) ("a space profiler");
VG_(details_copyright_author)("Copyright (C) 2003, Nicholas Nethercote");
|