diff src/main/java/org/monetdb/jdbc/MonetDriver.java.in @ 662:ee1f3b3ff5fd

Remove MCL_MAJOR and MCL_MINOR references now we no longer distribute monetdb-mcl-1.##.jre8.jar file. The references in files: version.sh and build.properties will be removed later after alignement with Sjoerd.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 13 Oct 2022 17:20:22 +0200 (2022-10-13)
parents 108123ca6889
children 5022a57f9d97
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetDriver.java.in
+++ b/src/main/java/org/monetdb/jdbc/MonetDriver.java.in
@@ -38,7 +38,7 @@ import java.util.Properties;
  *</pre>
  *
  * @author Fabian Groffen
- * @version @JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@) based on MCL v@MCL_MAJOR@.@MCL_MINOR@"
+ * @version @JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@)
  */
 public class MonetDriver implements Driver {	/* cannot (yet) be final as nl.cwi.monetdb.jdbc.MonetDriver extends this class */
 	// the url kind will be jdbc:monetdb://<host>[:<port>]/<database>
@@ -318,7 +318,7 @@ public class MonetDriver implements Driv
 	 * @return the version string
 	 */
 	public static final String getDriverVersion() {
-		return "@JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@ based on MCL v@MCL_MAJOR@.@MCL_MINOR@)";
+		return "@JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@)";
 	}
 
 	/** A static Map containing the mapping between MonetDB types and Java SQL types */