updated versioning for 0.4.2 release

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.4@832809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2009-11-04 17:39:21 +00:00
parent 7d363884c6
commit 70c2c84424
2 changed files with 2 additions and 2 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.4.1"/>
<property name="version" value="0.4.2"/>
<property name="final.name" value="${ant.project.name}-${version}"/>
<!-- http://cobertura.sourceforge.net/ -->

View File

@ -516,7 +516,7 @@ public class CassandraServer implements Cassandra.Iface
}
else if (propertyName.equals("version"))
{
return "0.4.1";
return "0.4.2";
}
else
{