Remove Massif's version number now that it's part of the main distro.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2330 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/massif/ms_main.c b/massif/ms_main.c
index 350d344..a302e98 100644
--- a/massif/ms_main.c
+++ b/massif/ms_main.c
@@ -1180,7 +1180,7 @@
 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");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);