Change version for 1.0.10 release
diff --git a/NEWS.txt b/NEWS.txt
index 4d09ccf..42bea7c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -8,6 +8,13 @@
 (Cassandra version X + 1 will always be able to read data files created
 by version X, but the inverse is not necessarily the case.)
 
+1.0.10
+======
+
+Upgrading
+---------
+    - Nothing specific to 1.0.10
+
 
 1.0.9
 =====
diff --git a/build.xml b/build.xml
index 5c10222..0e54fe0 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="1.0.9"/>
+    <property name="base.version" value="1.0.10"/>
     <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
diff --git a/debian/changelog b/debian/changelog
index a69e92d..c34d7a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (1.0.10) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <slebresne@apache.org>  Fri, 04 May 2012 17:51:19 +0200
+
 cassandra (1.0.9) unstable; urgency=low
 
   * New release