/* Core details */
VG_(message)(Vg_UserMsg,
"Using LibVEX-%s, a library for dynamic binary translation.",
- /*VERSION*/ "SVN >= 653");
+ /*VERSION*/ "SVN >= 671");
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*/ "SVN >= 3196");
+ /*VERSION*/ "SVN >= 3207");
VG_(message)(Vg_UserMsg,
"Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
}