diff options
| -rw-r--r-- | etc/ProofGeneral.spec | 2 | ||||
| -rw-r--r-- | generic/proof-site.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/ProofGeneral.spec b/etc/ProofGeneral.spec index e802d4dc..a4e14863 100644 --- a/etc/ProofGeneral.spec +++ b/etc/ProofGeneral.spec @@ -1,6 +1,6 @@ Summary: Proof General, Emacs interface for Proof Assistants Name: ProofGeneral -Version: 3.0 +Version: 3.0.3 Release: 1 Group: Applications/Editors/Emacs Copyright: LFCS, University of Edinburgh diff --git a/generic/proof-site.el b/generic/proof-site.el index 56313243..6b604403 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -276,7 +276,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-general-version "Proof General Version 3.0. Released by da on Mon 29 Nov 1999." +(defconst proof-general-version "Proof General Version 3.0.3. Released by da on Tue 30 Nov 1999." "Version string identifying Proof General release.") (provide 'proof-site) |
