diff options
| author | David Aspinall | 2008-02-06 23:44:44 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-02-06 23:44:44 +0000 |
| commit | ae9a6f9b00e07a40ff8f07da1394929191aac5fc (patch) | |
| tree | 7f4950f9a0d696b00233bf103b59596a971e4956 | |
| parent | b35833d37f27c327cf9baace38b97b3743930553 (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 31c2f84a..11a3a0ea 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.7 +Version: 3.7.1pre080206 Release: 1 Group: Text Editors/Integrated Development Environments (IDE) License: GPL diff --git a/generic/proof-site.el b/generic/proof-site.el index ac8a0f6f..920fe344 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.7. Released by da on Thu 31 Jan 2008." + (defconst proof-general-version "Proof General Version 3.7.1pre080206. Released by da." "Version string identifying Proof General release.")) (defconst proof-general-short-version |
