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 2009/11/19 23:56:49 UTC

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

Author: jbellis
Date: Thu Nov 19 22:56:49 2009
New Revision: 882345

URL: http://svn.apache.org/viewvc?rev=882345&view=rev
Log:
set thrift VERSION to 0.5-beta1

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

Modified: incubator/cassandra/trunk/interface/cassandra.thrift
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/interface/cassandra.thrift?rev=882345&r1=882344&r2=882345&view=diff
==============================================================================
--- incubator/cassandra/trunk/interface/cassandra.thrift (original)
+++ incubator/cassandra/trunk/interface/cassandra.thrift Thu Nov 19 22:56:49 2009
@@ -40,7 +40,7 @@
 # no promises are made other than "if both are equal, you're good."
 # in particular, don't try to parse numeric information out and assume
 # that a "greater" version is a superset of a "smaller" one.
-const string VERSION = "0.5-dev-1"
+const string VERSION = "0.5-beta1"
 
 
 #

Modified: incubator/cassandra/trunk/interface/gen-java/org/apache/cassandra/service/Constants.java
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/interface/gen-java/org/apache/cassandra/service/Constants.java?rev=882345&r1=882344&r2=882345&view=diff
==============================================================================
--- incubator/cassandra/trunk/interface/gen-java/org/apache/cassandra/service/Constants.java (original)
+++ incubator/cassandra/trunk/interface/gen-java/org/apache/cassandra/service/Constants.java Thu Nov 19 22:56:49 2009
@@ -40,6 +40,6 @@
 
 public class Constants {
 
-  public static final String VERSION = "0.5-dev-1";
+  public static final String VERSION = "0.5-beta1";
 
 }