mirror of https://github.com/apache/cassandra
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:
parent
9f8c0a391c
commit
a8607a560d
|
|
@ -509,7 +509,7 @@ public class CassandraServer implements Cassandra.Iface
|
|||
}
|
||||
else if (propertyName.equals("version"))
|
||||
{
|
||||
return "0.3.0";
|
||||
return "0.4.0";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue