You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/02/25 16:07:58 UTC

svn commit: r1074567 - /cassandra/trunk/build.xml

Author: jbellis
Date: Fri Feb 25 15:07:57 2011
New Revision: 1074567

URL: http://svn.apache.org/viewvc?rev=1074567&view=rev
Log:
update version string to 0.8

Modified:
    cassandra/trunk/build.xml

Modified: cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/cassandra/trunk/build.xml?rev=1074567&r1=1074566&r2=1074567&view=diff
==============================================================================
--- cassandra/trunk/build.xml (original)
+++ cassandra/trunk/build.xml Fri Feb 25 15:07:57 2011
@@ -50,7 +50,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.8.0"/>
     <condition property="version" value="${base.version}">
       <isset property="release"/>
     </condition>