Changeset: 3c40f672174c for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/3c40f672174c
Modified Files:
build.properties
version.sh
Branch: default
Log Message:
Remove no longer needed MCL version numbers.
diffs (43 lines):
diff --git a/build.properties b/build.properties
--- 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)
##
diff --git a/version.sh b/version.sh
--- 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
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]