"Isabelle repository version";
authorwenzelm
Thu, 14 Sep 2000 18:37:44 +0200
changeset 9959 4a2ae974043d
parent 9958 67f2920862c7
child 9960 07521b6eb888
"Isabelle repository version";
Admin/makedist
src/Pure/ROOT.ML
--- a/Admin/makedist	Thu Sep 14 17:46:00 2000 +0200
+++ b/Admin/makedist	Thu Sep 14 18:37:44 2000 +0200
@@ -182,7 +182,7 @@
 fi
 
 perl -pi -e "s/{ISABELLE}/$DISTNAME/g;" lib/html/index.html
-perl -pi -e "s/Isabelle repository/$DISTVERSION/" src/Pure/ROOT.ML
+perl -pi -e "s/Isabelle repository version/$DISTVERSION/" src/Pure/ROOT.ML
 perl -pi -e "s/the internal repository version of Isabelle/$DISTVERSION/" README.html
 lynx -dump README.html >README
 
--- a/src/Pure/ROOT.ML	Thu Sep 14 17:46:00 2000 +0200
+++ b/src/Pure/ROOT.ML	Thu Sep 14 18:37:44 2000 +0200
@@ -7,7 +7,7 @@
 *)
 
 val banner = "Pure Isabelle";
-val version = "Isabelle repository";
+val version = "Isabelle repository version";
 
 print_depth 1;