Author: jbellis
Date: Mon Jun 1 15:38:10 2009
New Revision: 780688
URL: http://svn.apache.org/viewvc?rev=780688&view=rev
Log:
bump version to 0.4-dev. patch by johano; reviewed by jbellis for CASSANDRA-209
Modified:
incubator/cassandra/trunk/build.xml
Modified: incubator/cassandra/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/build.xml?rev=780688&r1=780687&r2=780688&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Mon Jun 1 15:38:10 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.3.0-dev"/>
+ <property name="version" value="0.4.0-dev"/>
<property name="final.name" value="${ant.project.name}-${version}"/>
<!-- http://cobertura.sourceforge.net/ -->