diff options
| author | David Aspinall | 2004-03-02 22:43:57 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-03-02 22:43:57 +0000 |
| commit | cb1a561b535e9aeae10a385509fa1166b8cc53f7 (patch) | |
| tree | 2dc1e8ed0a813aea01008063db3ff7f293edba30 | |
| parent | b701394d956834f77db664cfec0c4c168c898416 (diff) | |
Set version tag for new release.
| -rw-r--r-- | etc/ProofGeneral.spec | 4 | ||||
| -rw-r--r-- | generic/proof-site.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/ProofGeneral.spec b/etc/ProofGeneral.spec index 1fcc6328..39f324c7 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.5pre040301 +Version: 3.5pre040302 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.5pre040301.tar.gz +Source: http://proofgeneral.inf.ed.ac.uk/ProofGeneral-3.5pre040302.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 83d33354..6a8fb15b 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.5pre040301. Released by da." +(defconst proof-general-version "Proof General Version 3.5pre040302. Released by da." "Version string identifying Proof General release.") ;; Now define a few autoloads and basic variables. |
