Skip to content

Commit

Permalink
update version string property to 0.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Eric Evans committed Sep 1, 2009
1 parent 9f8c0a3 commit a8607a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/service/CassandraServer.java
Expand Up @@ -509,7 +509,7 @@ else if (propertyName.equals(TOKEN_MAP))
}
else if (propertyName.equals("version"))
{
return "0.3.0";
return "0.4.0";
}
else
{
Expand Down

0 comments on commit a8607a5

Please sign in to comment.