aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-25 15:10:07 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-25 15:10:07 +0000
commit31e3705f43a3640aa9d0e5ea693ffa40bb6b74d7 (patch)
tree5ac960422d3b3c46ae6a279661b0e5985f9980cb
parent9471bab28345b532152c0f269a83b02bc3708510 (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 b89cb833..1b7f82bb 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.0pre981120
+Version: 2.0pre981125
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.0pre981120.tar.gz
+Source: http://www.dcs.ed.ac.uk/proofgen/ProofGeneral-2.0pre981125.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 e5e6183e..dedf0e14 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -228,7 +228,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.0pre981120 released by da,tms. Email proofgen@dcs.ed.ac.uk."
+(defconst proof-version "Proof General, Version 2.0pre981125 released by da,tms. Email proofgen@dcs.ed.ac.uk."
"Version string identifying Proof General release.")
(provide 'proof-site)