diff options
| author | David Aspinall | 1999-08-23 19:59:14 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-08-23 19:59:14 +0000 |
| commit | dd87a4529bb3cee63301d2c6a017fd082349c16a (patch) | |
| tree | 5bdeae4af13b6965a095d842fafb8b1919a665af /html | |
| parent | da7e95bfddfcf9d33a2aa80026456b6f0cabf8c6 (diff) | |
Changes for 2.3 series pre-releases.
Diffstat (limited to 'html')
| -rw-r--r-- | html/download.phtml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/html/download.phtml b/html/download.phtml index ec5f20e7..939b691b 100644 --- a/html/download.phtml +++ b/html/download.phtml @@ -20,7 +20,7 @@ You can download the latest stable release, <a href="#stable">ProofGeneral-2.1</a>, or the latest pre-release, <!-- Warning, next line edited by make file --> -<a href="#prerel">ProofGeneral-2.1pre990823</a>. +<a href="#prerel">ProofGeneral-2.2pre990823</a>. There is also a complete archive of the current pre-release <a href="#devel">for developers</a>. @@ -33,8 +33,7 @@ you may wish to check the <hr> <h2><a name="stable"> - Proof General Version 2.1, coming very soon! - <!-- released 23 August 1999 --> + Proof General Version 2.1, released 23 August 1999 </a> </h2> @@ -45,7 +44,7 @@ It supports Coq version 6.3, LEGO version 1.3.1 and Isabelle version 99. <p> Check the <?php fileshow("ProofGeneral-2.1/CHANGES","CHANGES"); ?> file -for a summary of changes since the last stable version. +for a summary of changes since version 2.0. <br> Proof General is available in two formats: </p> @@ -103,7 +102,7 @@ any problems, suggestions, or patches. <hr> <!-- WARNING! Line below automatically edited by makefile. --> -<h2><a name="prerel">Pre-release: ProofGeneral-2.1pre990823</a></h2> +<h2><a name="prerel">Pre-release: ProofGeneral-2.2pre990823</a></h2> <!-- End Warning. --> <p> @@ -112,9 +111,10 @@ features are added and experimented with. <br> Check the <!-- WARNING! Line below automatically edited by makefile. --> -<?php fileshow("ProofGeneral-2.1pre990823/CHANGES","CHANGES"); ?> file +<?php fileshow("ProofGeneral-2.2pre990823/CHANGES","CHANGES"); ?> file <!-- End Warning. --> -for a summary of changes since the last stable version. +for a summary of changes since the last stable version, and +the planned changes to come. <br> Please test with the current pre-release before reporting any problems in a pre-release. @@ -123,13 +123,13 @@ in a pre-release. <ul> <!-- WARNING! Lines below automatically edited by makefile. --> <li> gzip'ed tar file: - <?php download_link("ProofGeneral-2.1pre990823.tar.gz") ?> + <?php download_link("ProofGeneral-2.2pre990823.tar.gz") ?> </li> <li> Linux RPM package - <?php download_link("ProofGeneral-2.1pre990823-1.noarch.rpm") ?> + <?php download_link("ProofGeneral-2.2pre990823-1.noarch.rpm") ?> <br> The source RPM is - <?php download_link("ProofGeneral-2.1pre990823-1.src.rpm","here") ?>. + <?php download_link("ProofGeneral-2.2pre990823-1.src.rpm","here") ?>. </li> <!-- End Warning. --> </ul> @@ -153,7 +153,7 @@ have the right tools! <ul> <li> gzip'ed tar file: <!-- WARNING! Line below automatically edited by makefile. --> - <?php download_link("ProofGeneral-2.1pre990823-devel.tar.gz") ?> + <?php download_link("ProofGeneral-2.2pre990823-devel.tar.gz") ?> <!-- End Warning. --> </li> </ul> @@ -163,7 +163,7 @@ You probably <em>don't</em> need to download this if you're only interested in hacking the Emacs lisp part of the program (but you may still like to check the latest <!-- WARNING! Line below automatically edited by makefile. --> -<?php fileshow("ProofGeneral-2.1pre990823/todo","low-level to-do list"); ?>). +<?php fileshow("ProofGeneral-2.2pre990823/todo","low-level to-do list"); ?>). <!-- End Warning. --> </p> |
