aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2004-04-02 17:08:22 +0000
committerDavid Aspinall2004-04-02 17:08:22 +0000
commit8739654a661fb8656d5faf3590dd1dab7dd6756a (patch)
tree08044cc8100b4a010c852c747dd3961c82af51e4
parent18d753e8bf4b5a959bf50976e62f055d477d1ebd (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 469ff67f..73719139 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.5pre040323
+Version: 3.5pre040402
Release: 1
Group: Applications/Editors/Emacs
Copyright: LFCS, University of Edinburgh
Url: http://proofgeneral.inf.ed.ac.uk/
Packager: David Aspinall <David.Aspinall@ed.ac.uk>
-Source: http://proofgeneral.inf.ed.ac.uk/ProofGeneral-3.5pre040323.tar.gz
+Source: http://proofgeneral.inf.ed.ac.uk/ProofGeneral-3.5pre040402.tar.gz
BuildRoot: /tmp/ProofGeneral-root
PreReq: /sbin/install-info
Prefixes: /usr/share/emacs /usr/bin /usr/share/info
diff --git a/generic/proof-site.el b/generic/proof-site.el
index f5692130..ff4ba5f4 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -331,7 +331,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, also its form is
;; relied upon in proof-config.el, for proof-splash-contents)
-(defconst proof-general-version "Proof General Version 3.5pre040323. Released by da."
+(defconst proof-general-version "Proof General Version 3.5pre040402. Released by da."
"Version string identifying Proof General release.")
;; Now define a few autoloads and basic variables.