--> 3.10.0.BETA1


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14428 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 47124dd..7112585 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-Release 3.10.0 (?? ?????? 2014)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Release 3.10.0 (mid September 2014)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 3.10.0 is not yet released.  This is a beta of 3.10.0.
 
@@ -308,6 +309,8 @@
 n-i-bz  Add support for BLKDISCARDZEROES ioctl
 n-i-bz  ppc32/64: fix a regression with the mtfsb0/mtfsb1 instructions
 
+(3.10.0.BETA1: 2 September 2014, vex r2940, valgrind r14428)
+
 
 
 Release 3.9.0 (31 October 2013)
diff --git a/configure.ac b/configure.ac
index 599203c..0584873 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.10.0.SVN],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.10.0.BETA1],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])