aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kleymann1998-12-16 17:32:51 +0000
committerThomas Kleymann1998-12-16 17:32:51 +0000
commitcc225492c367a0a71016f66c4d4223cad11a4c69 (patch)
treeee92225cae9fd9a5f11525b8305225dd19555c97
parent9ab739069ff09eb30030a47e576197fef15c9f4d (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 0ab84891..21e424ca 100644
--- a/etc/ProofGeneral.spec
+++ b/etc/ProofGeneral.spec
@@ -1,13 +1,13 @@
Summary: Proof General, Emacs interface for Proof Assistants
Name: ProofGeneral
-Version: 2.0pre981215
+Version: 2.0
Release: 1
Group: Applications/Editors/Emacs
Copyright: LFCS, University of Edinburgh
Url: http://www.dcs.ed.ac.uk/proofgen/
Packager: David Aspinall <da@dcs.ed.ac.uk>
# Older rpm doesn't have %{version}, frustratingly,
-Source: http://www.dcs.ed.ac.uk/proofgen/ProofGeneral-2.0pre981215.tar.gz
+Source: http://www.dcs.ed.ac.uk/proofgen/ProofGeneral-2.0.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 5d3253d8..fb27c3b2 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -221,7 +221,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-version "Proof General, Version 2.0pre981215 released by da,tms. Email proofgen@dcs.ed.ac.uk."
+(defconst proof-version "Proof General, Version 2.0 released by da,tms. Email proofgen@dcs.ed.ac.uk."
"Version string identifying Proof General release.")
(provide 'proof-site)