]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove Massif's version number now that it's part of the main distro.
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 16 Mar 2004 19:41:14 +0000 (19:41 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 16 Mar 2004 19:41:14 +0000 (19:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2330

massif/ms_main.c

index 350d344096d6fe69ba1a80ad1907aaff88a6fc7e..a302e9802f93e950b1a9b9b2bc96d9fa3572c93f 100644 (file)
@@ -1180,7 +1180,7 @@ UInt VG_(vg_malloc_redzone_szB) = 0;
 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);