aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-07-23 13:32:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-07-23 13:32:03 +0000
commitf5ab70fe12574222117328408d00cd79c3169f41 (patch)
tree110c6bf144ca3fb034039464a3359a9b440c4b10
parent3405f9345b26374d3593244204efbc8364c7d53f (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 a3a5e7f9..d5adb7e2 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.5.1pre040617
+Version: 3.5.1pre040723
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.5.1pre040617.tar.gz
+Source: http://proofgeneral.inf.ed.ac.uk/ProofGeneral-3.5.1pre040723.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 53416f4e..22b2c4a2 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -339,7 +339,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.5.1pre040617. Released by da."
+(defconst proof-general-version "Proof General Version 3.5.1pre040723. Released by da."
"Version string identifying Proof General release.")
;; Now define a few autoloads and basic variables.