diff options
author | Luc Maranget <luc.maranget@inria.fr> | 2012-12-31 12:55:52 +0000 |
---|---|---|
committer | Luc Maranget <luc.maranget@inria.fr> | 2012-12-31 12:55:52 +0000 |
commit | e9ed1df030b1bc4e951e8a6c9184f4e8ff327a14 (patch) | |
tree | a72a88265654aa8a3da8e9543cafbd9dbf8fc913 | |
parent | e1b64853ab2fdab5d35981168eeb876f7daffbeb (diff) | |
download | ocaml-jo400.tar.gz |
version to 4.00.1.Ajo400
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/jo400@13181 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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";; *) |