changeset 663:3c40f672174c

Remove no longer needed MCL version numbers.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 19 Oct 2022 18:52:41 +0200 (2022-10-19)
parents ee1f3b3ff5fd
children a6592430c8fc
files build.properties version.sh
diffstat 2 files changed, 1 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/build.properties
+++ b/build.properties
@@ -3,16 +3,6 @@
 
 
 ##
-## MCL
-##
-
-# major release number
-MCL_MAJOR=1
-# minor release number
-MCL_MINOR=21
-
-
-##
 ## JDBC (and client)
 ##
 
--- a/version.sh
+++ b/version.sh
@@ -7,7 +7,7 @@
 # Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 
 if [[ -z $1 ]] ; then
-	echo "Usage: $0 [-w] <(jdbc|mcl)> <(major|minor|suffix)=newversion> [...]"
+	echo "Usage: $0 [-w] jdbc <(major|minor|suffix)=newversion> [...]"
 	echo "where -w activates actual write of changes"
 	exit -1
 fi
@@ -37,10 +37,6 @@ case $1 in
 		TYPE=JDBC
 		FILES="monetdb-jdbc-XXX.jar"
 		;;
-	mcl)
-		TYPE=MCL
-		FILES="monetdb-mcl-XXX.jar"
-		;;
 	*)
 		echo "invalid type: $1"
 		exit -1