update versioning for 0.5.0-rc1 release

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.5@893631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2009-12-23 21:06:22 +00:00
parent e2cf8a2887
commit 5d2bcbc926
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,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.5.0-beta2"/>
<property name="version" value="0.5.0-rc1"/>
<property name="final.name" value="${ant.project.name}-${version}"/>
<!-- http://cobertura.sourceforge.net/ -->

View File

@ -40,7 +40,7 @@ namespace rb CassandraThrift
# no promises are made other than "if both are equal, you're good."
# in particular, don't try to parse numeric information out and assume
# that a "greater" version is a superset of a "smaller" one.
const string VERSION = "0.5-beta2"
const string VERSION = "0.5.0-rc1"
#

View File

@ -40,6 +40,6 @@ import org.slf4j.LoggerFactory;
public class Constants {
public static final String VERSION = "0.5-beta2";
public static final String VERSION = "0.5.0-rc1";
}