Bump CQL version for 3.0 (CASSANDRA-10921)

This commit is contained in:
Sylvain Lebresne 2015-12-22 12:26:51 +01:00
parent 450fca99df
commit 4e5867affc
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<link rel="StyleSheet" href="CQL.css" type="text/css" media="screen">
h1. Cassandra Query Language (CQL) v3.3.1
h1. Cassandra Query Language (CQL) v3.4.0
@ -2267,6 +2267,9 @@ h2(#changes). Changes
The following describes the changes in each version of CQL.
h3. 3.4.0
* Support for "materialized views":#createMVStmt
h3. 3.3.1

View File

@ -59,7 +59,7 @@ import org.github.jamm.MemoryMeter;
public class QueryProcessor implements QueryHandler
{
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.3.1");
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.4.0");
public static final QueryProcessor instance = new QueryProcessor();