version number again, rather than "SVN >= xxx".
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3306
# Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 2.3.0.CVS, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.0.0.CVS, valgrind-users@lists.sourceforge.net)
AC_CONFIG_SRCDIR(coregrind/vg_main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
"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.");
}