Bump startup notices around a bit.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3196 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index b0c286a..ad4341b 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -1995,8 +1995,13 @@
 
       /* 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.");
    }