Mercurial > hg > monetdb-java
diff version.sh @ 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 | 3136c91b88e6 |
children | aeb268156580 |
line wrap: on
line diff
--- 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