diff options
| author | David Aspinall | 2012-10-19 16:23:42 +0000 |
|---|---|---|
| committer | David Aspinall | 2012-10-19 16:23:42 +0000 |
| commit | 91deef6b62ec00bdff4501fafdfbe0e665400e6d (patch) | |
| tree | 42b5e76fd6fc7fdd5964fceaa24751961737d1f8 | |
| parent | be87da5a928be79da18ea9833759469005b7bacb (diff) | |
Updates for PG 4.3
| -rw-r--r-- | CHANGES | 5 | ||||
| -rw-r--r-- | Makefile.devel | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -4,6 +4,11 @@ This is a summary of main changes. For details, please see the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac. +* Changes of Proof General 4.3 from Proof General 4.2 + +*** Nothing Yet! + + * Changes of Proof General 4.2 from Proof General 4.1 ** Generic/misc changes diff --git a/Makefile.devel b/Makefile.devel index d16b242b..d32c236e 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -91,8 +91,8 @@ DEVELOPERS=\ # The prereltag.txt is kept as a record in the distrib area # of the current pre-release version (currently not used explicitly # anywhere for web pages/whatever). -PRERELEASE_PREFIX=4\.2pre -PRERELEASE_TAG=4.2pre$(shell date "+%y%m%d") +PRERELEASE_PREFIX=4\.3pre +PRERELEASE_TAG=4.3pre$(shell date "+%y%m%d") PREREL_TAG_FILE=prereltag.txt # Path to web pages in repository, used for automatically |
