Repository: cassandra Updated Branches: refs/heads/trunk 8b49af0b7 -> deee02c53
Bump cqlsh default CQL version to 3.1.7 Follow up for CASSANDRA-6875 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e0502ea2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e0502ea2 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e0502ea2 Branch: refs/heads/trunk Commit: e0502ea298bd1c9c4c3d3d8785b5d4c0fe4ca71e Parents: 992eff2 Author: Tyler Hobbs <[email protected]> Authored: Fri May 23 16:31:20 2014 -0500 Committer: Tyler Hobbs <[email protected]> Committed: Fri May 23 16:31:20 2014 -0500 ---------------------------------------------------------------------- bin/cqlsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e0502ea2/bin/cqlsh ---------------------------------------------------------------------- diff --git a/bin/cqlsh b/bin/cqlsh index c242010..1397f85 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -135,7 +135,7 @@ if os.path.exists(OLD_HISTORY): DEFAULT_HOST = '127.0.0.1' DEFAULT_PORT = 9042 -DEFAULT_CQLVER = '3.1.6' +DEFAULT_CQLVER = '3.1.7' DEFAULT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S%z' DEFAULT_FLOAT_PRECISION = 5
