Bump version number.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4283 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index f495101..4bb4eef 100644
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,10 @@
 [[TODO: add the full list here (once the RCs are out of the way?)]]
 
 
+(3.0RC1: 27 July 05, vex r1303, valgrind r4283).
+
+
+
 Stable release 2.4.0 (March 2005) -- CHANGES RELATIVE TO 2.2.0
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2.4.0 brings many significant changes and bug fixes.  The most
diff --git a/configure.in b/configure.in
index 9880707..4bc6ca0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.0.0.SVN, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.0.RC1, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE