mirror of https://github.com/apache/cassandra
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:
parent
e2cf8a2887
commit
5d2bcbc926
|
|
@ -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/ -->
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue