bump version to 0.4-dev. patch by johano; reviewed by jbellis for CASSANDRA-209

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@780688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-06-01 15:38:10 +00:00
parent d800250cbc
commit db481d4e18
1 changed files with 1 additions and 1 deletions

View File

@ -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/ -->