VG_(message)(Vg_UserMsg, "%s", VG_(details).copyright_author);
/* Core details */
+ VG_(message)(Vg_UserMsg,
+ "Using LibVEX-%s, a library for dynamic binary translation.",
+ /*VERSION*/ "SVN >= 653");
+ VG_(message)(Vg_UserMsg,
+ "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP.");
VG_(message)(Vg_UserMsg,
"Using valgrind-%s, a dynamic binary instrumentation framework.",
- VERSION, VG_PLATFORM);
+ /*VERSION*/ "SVN >= 3196");
VG_(message)(Vg_UserMsg,
"Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
}