aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-10 09:24:51 +0000
committerDavid Aspinall2000-03-10 09:24:51 +0000
commit441b6369abb7863cf65088915cb851ee98f5f59e (patch)
tree916081045265e7650b1fe6da971ceb701c427e34 /html
parent94308059f0b7a132a902544dbe68142285f379ad (diff)
Set version tag for new release.
Diffstat (limited to 'html')
-rw-r--r--html/devel.phtml18
-rw-r--r--html/develdownload.phtml28
2 files changed, 23 insertions, 23 deletions
diff --git a/html/devel.phtml b/html/devel.phtml
index fb25d399..fa9dc1ed 100644
--- a/html/devel.phtml
+++ b/html/devel.phtml
@@ -9,12 +9,12 @@ users and hackers!
<li>
Download the latest <a href="develdownload.phtml">development release:
<!-- WARNING! Line below automatically edited by makefile. -->
- <b>ProofGeneral-3.1pre000309</b></a>
+ <b>ProofGeneral-3.1pre000310</b></a>
<!-- end WARNING -->
<br>
Check the
<!-- WARNING! Line below automatically edited by makefile. -->
-<?php fileshow("ProofGeneral-3.1pre000309/CHANGES","CHANGES"); ?> file
+<?php fileshow("ProofGeneral-3.1pre000310/CHANGES","CHANGES"); ?> file
<!-- End Warning. -->
for a summary of changes since the last stable version.
</li>
@@ -34,27 +34,27 @@ Take a look at the Proof General <a href="projects.phtml">project proposals</a>.
<li>
Read the
developer's
-<?php fileshow("ProofGeneral-3.1pre000309/README.devel","README file"); ?>,
+<?php fileshow("ProofGeneral-3.1pre000310/README.devel","README file"); ?>,
with development hints and tips.
</li>
</ul>
<ul>
<li>
Read the brief list of planned
-<?php fileshow("ProofGeneral-3.1pre000309/TODO","things to do "); ?>
+<?php fileshow("ProofGeneral-3.1pre000310/TODO","things to do "); ?>
for Proof General.
</ul>
<ul>
<li>
See our current low-level lists of things to do, for the
<!-- WARNING! Lines below automatically edited by makefile. -->
- <?php fileshow("ProofGeneral-3.1pre000309/todo","generic base"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/todo","generic base"); ?>,
<br>
and for each prover:
- <?php fileshow("ProofGeneral-3.1pre000309/isa/todo","isa to do"); ?>,
- <?php fileshow("ProofGeneral-3.1pre000309/isar/todo","isar to do"); ?>,
- <?php fileshow("ProofGeneral-3.1pre000309/coq/todo","coq to do"); ?>,
- <?php fileshow("ProofGeneral-3.1pre000309/lego/todo","lego to do"); ?>.
+ <?php fileshow("ProofGeneral-3.1pre000310/isa/todo","isa to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/isar/todo","isar to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/coq/todo","coq to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/lego/todo","lego to do"); ?>.
<!-- end WARNING -->
</li>
</ul>
diff --git a/html/develdownload.phtml b/html/develdownload.phtml
index 240142c6..97728d91 100644
--- a/html/develdownload.phtml
+++ b/html/develdownload.phtml
@@ -20,13 +20,13 @@ Please <a href="register.phtml">register</a> if you haven't done so already.
</p>
<!-- WARNING! Line below automatically edited by makefile. -->
-<h2><a name="prerel">Pre-release: ProofGeneral-3.1pre000309</a></h2>
+<h2><a name="prerel">Pre-release: ProofGeneral-3.1pre000310</a></h2>
<!-- End Warning. -->
<p>
Check the
<!-- WARNING! Line below automatically edited by makefile. -->
-<?php fileshow("ProofGeneral-3.1pre000309/CHANGES","CHANGES"); ?> file
+<?php fileshow("ProofGeneral-3.1pre000310/CHANGES","CHANGES"); ?> file
<!-- End Warning. -->
for a summary of changes since the last stable version, and
the planned changes to come.
@@ -34,19 +34,19 @@ the planned changes to come.
<ul>
<!-- WARNING! Lines below automatically edited by makefile. -->
<li> gzip'ed tar file:
- <?php download_link("ProofGeneral-3.1pre000309.tar.gz") ?>
+ <?php download_link("ProofGeneral-3.1pre000310.tar.gz") ?>
</li>
<li> Linux RPM package
- <?php download_link("ProofGeneral-3.1pre000309-1.noarch.rpm") ?>
+ <?php download_link("ProofGeneral-3.1pre000310-1.noarch.rpm") ?>
<br>
You probably don't need the
- <?php download_link("ProofGeneral-3.1pre000309-1.src.rpm","source RPM") ?>.
+ <?php download_link("ProofGeneral-3.1pre000310-1.src.rpm","source RPM") ?>.
</li>
<!-- End Warning. -->
</ul>
<!-- WARNING! Line below automatically edited by makefile. -->
-<h2><a name="devel">Complete Archive of ProofGeneral-3.1pre000309 for Developers</a></h2>
+<h2><a name="devel">Complete Archive of ProofGeneral-3.1pre000310 for Developers</a></h2>
<!-- End Warning. -->
<p>
@@ -55,7 +55,7 @@ This archive is a snapshot from our CVS repository.
<ul>
<li> gzip'ed tar file:
<!-- WARNING! Line below automatically edited by makefile. -->
- <?php download_link("ProofGeneral-3.1pre000309-devel.tar.gz") ?>
+ <?php download_link("ProofGeneral-3.1pre000310-devel.tar.gz") ?>
<!-- End Warning. -->
</li>
</ul>
@@ -67,21 +67,21 @@ The complete archive also includes:
<li> provisional instantiations of Proof General to new provers <br>
(mentioned in the
<!-- WARNING! Line below automatically edited by makefile. -->
- <?php fileshow("ProofGeneral-3.1pre000309/CHANGES","CHANGES"); ?> file),
+ <?php fileshow("ProofGeneral-3.1pre000310/CHANGES","CHANGES"); ?> file),
<!-- End Warning. -->
</li>
<li> the
<!-- WARNING! Line below automatically edited by makefile. -->
- <?php fileshow("ProofGeneral-3.1pre000309/todo","generic low-level list of things to do"); ?>
+ <?php fileshow("ProofGeneral-3.1pre000310/todo","generic low-level list of things to do"); ?>
and for each prover:
- <?php fileshow("ProofGeneral-3.1pre000309/isa/todo","isa to do"); ?>,
- <?php fileshow("ProofGeneral-3.1pre000309/isar/todo","isar to do"); ?>,
- <?php fileshow("ProofGeneral-3.1pre000309/coq/todo","coq to do"); ?>,
- <?php fileshow("ProofGeneral-3.1pre000309/lego/todo","lego to do"); ?>.
+ <?php fileshow("ProofGeneral-3.1pre000310/isa/todo","isa to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/isar/todo","isar to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/coq/todo","coq to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/lego/todo","lego to do"); ?>.
<!-- End Warning. -->
and the detailed
<!-- WARNING! Line below automatically edited by makefile. -->
- <?php fileshow("ProofGeneral-3.1pre000309/ChangeLog","ChangeLog"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000310/ChangeLog","ChangeLog"); ?>,
<!-- End Warning. -->
</li>
<li> developer's Makefile used to generate documentation files <br>