You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/09/18 18:41:49 UTC

svn commit: r816707 - /incubator/cassandra/branches/cassandra-0.4/build.xml

Author: eevans
Date: Fri Sep 18 16:41:48 2009
New Revision: 816707

URL: http://svn.apache.org/viewvc?rev=816707&view=rev
Log:
update version string (ant) for new tag

Modified:
    incubator/cassandra/branches/cassandra-0.4/build.xml

Modified: incubator/cassandra/branches/cassandra-0.4/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.4/build.xml?rev=816707&r1=816706&r2=816707&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.4/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.4/build.xml Fri Sep 18 16:41:48 2009
@@ -37,7 +37,7 @@
     <property name="test.name" value="*Test"/>
     <property name="test.unit.src" value="${test.dir}/unit"/>
     <property name="dist.dir" value="${build.dir}/dist"/>
-    <property name="version" value="0.4.0-rc2"/>
+    <property name="version" value="0.4.0"/>
     <property name="final.name" value="${ant.project.name}-${version}"/>
 
     <!-- http://cobertura.sourceforge.net/ -->