diff options
-rw-r--r-- | VERSION | 2 | ||||
-rwxr-xr-x | configure | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -4.00.1 +4.00.1.A # The version string is the first line of this file. @@ -205,7 +205,8 @@ then fi esac has_ocaml=false - jocaml_version=`cat $topdir/VERSION | ( read version && echo $version )` +# jocaml_version=`cat $topdir/VERSION | ( read version && echo $version )` + jocaml_version=4.00.1 case "$ocamlc" in "") echo "Warning: could not find ocamlc";; *) |