aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-24 20:33:02 +0000
committerDavid Aspinall2000-03-24 20:33:02 +0000
commit42fbbb15398e8ac1643e76afb4662e09acb9726d (patch)
tree3a0c2ef9406daf0b912ee5acd2b7e3778545a0d4
parent2627794a261615d57fb5aec536d21ed843874de3 (diff)
Set version tag for new release.
-rw-r--r--etc/ProofGeneral.spec4
-rw-r--r--generic/proof-site.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/ProofGeneral.spec b/etc/ProofGeneral.spec
index 9bcdfb67..0b93f38b 100644
--- a/etc/ProofGeneral.spec
+++ b/etc/ProofGeneral.spec
@@ -1,12 +1,12 @@
Summary: Proof General, Emacs interface for Proof Assistants
Name: ProofGeneral
-Version: 3.2pre000324
+Version: 3.1
Release: 1
Group: Applications/Editors/Emacs
Copyright: LFCS, University of Edinburgh
Url: http://www.lfcs.informatics.ed.ac.uk/proofgen
Packager: David Aspinall <da@dcs.ed.ac.uk>
-Source: http://www.dcs.ed.ac.uk/proofgen/ProofGeneral-3.2pre000324.tar.gz
+Source: http://www.dcs.ed.ac.uk/proofgen/ProofGeneral-3.1.tar.gz
BuildRoot: /tmp/ProofGeneral-root
Patch: ProofGeneral.patch
PreReq: /sbin/install-info
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 08200f80..219f9d00 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -276,7 +276,7 @@ Note: to change proof assistant, you must start a new Emacs session.")
;; WARNING: do not edit below here
;; (the next constant is set automatically)
-(defconst proof-general-version "Proof General Version 3.2pre000324. Released by da."
+(defconst proof-general-version "Proof General Version 3.1.2. Released by da on Fri 24 Mar 2000."
"Version string identifying Proof General release.")
(provide 'proof-site)