mirror of https://github.com/apache/cassandra
tagging 0.5.0-rc2
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.5.0-rc2@896220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a71f2971b1
commit
1819a6bd20
|
|
@ -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-rc1"/>
|
||||
<property name="version" value="0.5.0-rc2"/>
|
||||
<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.0-rc1"
|
||||
const string VERSION = "0.5.0-rc2"
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -40,6 +40,6 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
public class Constants {
|
||||
|
||||
public static final String VERSION = "0.5.0-rc1";
|
||||
public static final String VERSION = "0.5.0-rc2";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue