summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-10-13 07:40:27 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-10-13 07:40:27 +0000
commit74ce1671a38e3cd03b66a1169fe5d1cd84a390f3 (patch)
treefde436b1fdf83ca2cd9e1366e262a2b6ba621316
parent09701dc6b596a4cabe41ad113d13e4c2309fb210 (diff)
downloadocaml-74ce1671a38e3cd03b66a1169fe5d1cd84a390f3.tar.gz
MAJ version
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5866 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-xboot/ocamlcbin920659 -> 920677 bytes
-rwxr-xr-xboot/ocamllexbin147413 -> 147415 bytes
-rw-r--r--stdlib/sys.ml2
3 files changed, 1 insertions, 1 deletions
diff --git a/boot/ocamlc b/boot/ocamlc
index 9de36cbdbb..db6172aac5 100755
--- a/boot/ocamlc
+++ b/boot/ocamlc
Binary files differ
diff --git a/boot/ocamllex b/boot/ocamllex
index d502303cd1..3164862a07 100755
--- a/boot/ocamllex
+++ b/boot/ocamllex
Binary files differ
diff --git a/stdlib/sys.ml b/stdlib/sys.ml
index fc3e1b03be..5714faab43 100644
--- a/stdlib/sys.ml
+++ b/stdlib/sys.ml
@@ -78,4 +78,4 @@ let catch_break on =
(* OCaml version string, must be in the format described in sys.mli. *)
-let ocaml_version = "3.07+1";;
+let ocaml_version = "3.07+2";;