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 2010/06/18 05:22:13 UTC

svn commit: r955822 - in /cassandra/trunk/interface: cassandra.thrift thrift/gen-java/org/apache/cassandra/thrift/Constants.java

Author: jbellis
Date: Fri Jun 18 03:22:11 2010
New Revision: 955822

URL: http://svn.apache.org/viewvc?rev=955822&view=rev
Log:
bump thrift VERSION for read_repair_chance change.  patch by jbellis

Modified:
    cassandra/trunk/interface/cassandra.thrift
    cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java

Modified: cassandra/trunk/interface/cassandra.thrift
URL: http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?rev=955822&r1=955821&r2=955822&view=diff
==============================================================================
--- cassandra/trunk/interface/cassandra.thrift (original)
+++ cassandra/trunk/interface/cassandra.thrift Fri Jun 18 03:22:11 2010
@@ -46,7 +46,7 @@ namespace rb CassandraThrift
 #           for every edit that doesn't result in a change to major/minor.
 #
 # See the Semantic Versioning Specification (SemVer) http://semver.org.
-const string VERSION = "8.0.0"
+const string VERSION = "8.1.0"
 
 #
 # data structures

Modified: cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java
URL: http://svn.apache.org/viewvc/cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java?rev=955822&r1=955821&r2=955822&view=diff
==============================================================================
--- cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java (original)
+++ cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java Fri Jun 18 03:22:11 2010
@@ -42,6 +42,6 @@ import org.slf4j.LoggerFactory;
 
 public class Constants {
 
-  public static final String VERSION = "8.0.0";
+  public static final String VERSION = "8.1.0";
 
 }