Set 3.7 version number

This commit is contained in:
T Jake Luciani 2016-05-03 10:39:33 -04:00
parent 5634cea371
commit 0095499270
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
3.7
3.6
* Enhanced Compaction Logging (CASSANDRA-10805)
* Make prepared statement cache size configurable (CASSANDRA-11555)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.6"/>
<property name="base.version" value="3.7"/>
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>