update versioning for 0.7.2 release

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.2@1071063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2011-02-15 21:08:25 +00:00
parent 0dc3e15de9
commit 0026c6789d
2 changed files with 7 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<property name="test.long.src" value="${test.dir}/long"/>
<property name="test.distributed.src" value="${test.dir}/distributed"/>
<property name="dist.dir" value="${build.dir}/dist"/>
<property name="base.version" value="0.7.1"/>
<property name="base.version" value="0.7.2"/>
<condition property="version" value="${base.version}">
<isset property="release"/>
</condition>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (0.7.2) unstable; urgency=low
* New stable point release.
-- Eric Evans <eevans@apache.org> Tue, 15 Feb 2011 15:08:54 -0600
cassandra (0.7.1) unstable; urgency=low
* New stable point release.