diff options
| author | David Aspinall | 2008-01-31 22:36:44 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-01-31 22:36:44 +0000 |
| commit | fa2d6876e58e9e9c0b59bb41e19baa36ad917b2b (patch) | |
| tree | 3a8d6ebc86f5079044aee2f9cfcc1becd6bac2be | |
| parent | a462ad98fb7b17a030f773b9202babf758fd3e2a (diff) | |
Set version tag for new release.
| -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 fc2afb1f..31c2f84a 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.7pre080131 +Version: 3.7 Release: 1 Group: Text Editors/Integrated Development Environments (IDE) License: GPL diff --git a/generic/proof-site.el b/generic/proof-site.el index 0bf6ac0b..8c014e02 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -55,7 +55,7 @@ (eval-and-compile ;; WARNING: do not edit next line (constant is edited in Makefile.devel) - (defconst proof-general-version "Proof General Version 3.7pre080131. Released by da." + (defconst proof-general-version "Proof General Version 3.7. Released by da on Thu 31 Jan 2008." "Version string identifying Proof General release.")) (defconst proof-general-short-version |
