You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2014/04/24 14:57:02 UTC

git commit: bump cqlsh's DEFAULT_CQLVER to 3.1.6

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 647bfc6d7 -> c073fab77


bump cqlsh's DEFAULT_CQLVER to 3.1.6


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c073fab7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c073fab7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c073fab7

Branch: refs/heads/cassandra-2.1
Commit: c073fab77d53332345288295514d12db257a7345
Parents: 647bfc6
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Wed Apr 23 23:06:16 2014 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Thu Apr 24 08:56:25 2014 -0400

----------------------------------------------------------------------
 bin/cqlsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c073fab7/bin/cqlsh
----------------------------------------------------------------------
diff --git a/bin/cqlsh b/bin/cqlsh
index d7025cf..9ba74ca 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.5'
+DEFAULT_CQLVER = '3.1.6'
 
 DEFAULT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S%z'
 DEFAULT_FLOAT_PRECISION = 5