more precise version information;
authorwenzelm
Sun, 31 May 2009 14:46:44 +0200
changeset 31311 b82e55f51dcc
parent 31310 b5365a9db718
child 31312 1c00e4ff3c99
more precise version information;
src/Pure/ML-Systems/install_pp_polyml-experimental.ML
src/Pure/ML-Systems/multithreading_polyml.ML
--- a/src/Pure/ML-Systems/install_pp_polyml-experimental.ML	Sun May 31 14:20:54 2009 +0200
+++ b/src/Pure/ML-Systems/install_pp_polyml-experimental.ML	Sun May 31 14:46:44 2009 +0200
@@ -1,7 +1,6 @@
 (*  Title:      Pure/ML-Systems/install_pp_polyml-experimental.ML
 
-Extra toplevel pretty-printing for Poly/ML; experimental version for
-Poly/ML 5.3.
+Extra toplevel pretty-printing for Poly/ML 5.3 (SVN experimental).
 *)
 
 addPrettyPrinter (fn depth => fn pretty => fn x =>
--- a/src/Pure/ML-Systems/multithreading_polyml.ML	Sun May 31 14:20:54 2009 +0200
+++ b/src/Pure/ML-Systems/multithreading_polyml.ML	Sun May 31 14:46:44 2009 +0200
@@ -1,7 +1,7 @@
 (*  Title:      Pure/ML-Systems/multithreading_polyml.ML
     Author:     Makarius
 
-Multithreading in Poly/ML 5.2 or later (cf. polyml/basis/Thread.sml).
+Multithreading in Poly/ML 5.2.1 or later (cf. polyml/basis/Thread.sml).
 *)
 
 signature MULTITHREADING_POLYML =