You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ca...@codespot.com on 2011/11/18 18:57:02 UTC

[cassandra-jdbc] push by wfs...@gmail.com - Update patch level in the driver to 1.0.5 on 2011-11-18 17:56 GMT

Revision: 11ce9239a8f2
Author:   Rick Shaw <wf...@gmail.com>
Date:     Fri Nov 18 09:54:44 2011
Log:      Update patch level in the driver to 1.0.5
http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/source/detail?r=11ce9239a8f2

Modified:
  /src/main/java/org/apache/cassandra/cql/jdbc/CassandraDriver.java

=======================================
--- /src/main/java/org/apache/cassandra/cql/jdbc/CassandraDriver.java	Thu  
Oct 13 00:45:22 2011
+++ /src/main/java/org/apache/cassandra/cql/jdbc/CassandraDriver.java	Fri  
Nov 18 09:54:44 2011
@@ -45,7 +45,7 @@

      public static final int DVR_MINOR_VERSION = 0;

-    public static final int DVR_PATCH_VERSION = 4;
+    public static final int DVR_PATCH_VERSION = 5;

      public static final String DVR_NAME = "Cassandra JDBC Driver";