From: Nicholas Nethercote Date: Tue, 16 Mar 2004 19:41:14 +0000 (+0000) Subject: Remove Massif's version number now that it's part of the main distro. X-Git-Tag: svn/VALGRIND_2_1_2~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0233c9957d5b5d01d0f7cd16528c1d06880b8f6c;p=thirdparty%2Fvalgrind.git Remove Massif's version number now that it's part of the main distro. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2330 --- diff --git a/massif/ms_main.c b/massif/ms_main.c index 350d344096..a302e9802f 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -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);