Update version to 3.0.0.CVS.  Also change startup message to use this
version number again, rather than "SVN >= xxx".



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3306 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index 1fe7101..1ff98ce 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -1989,7 +1989,7 @@
          "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP.");
       VG_(message)(Vg_UserMsg,
          "Using valgrind-%s, a dynamic binary instrumentation framework.",
-         /*VERSION*/ "SVN >= 3207");
+         VERSION);
       VG_(message)(Vg_UserMsg, 
          "Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.");
    }