update version string property to 0.4

Patch by eevans; reviewed by jbellis for CASSANDRA-409


git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.4@810274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2009-09-01 22:12:12 +00:00
parent 9f8c0a391c
commit a8607a560d
1 changed files with 1 additions and 1 deletions

View File

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