diff options
| author | David Aspinall | 2010-09-08 13:46:54 +0000 |
|---|---|---|
| committer | David Aspinall | 2010-09-08 13:46:54 +0000 |
| commit | 1a70d2bca6ab89626d126f96b1ab3e4abf00d445 (patch) | |
| tree | 37c7076a87a5b3087b10e11808ad533ab10bc1cd | |
| parent | 29c22f1f797c3913729628f12652a78f145d343e (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 07234e21..4cdfe248 100644 --- a/etc/ProofGeneral.spec +++ b/etc/ProofGeneral.spec @@ -1,6 +1,6 @@ Summary: Proof General, Emacs interface for Proof Assistants Name: ProofGeneral -Version: 4.0pre100828 +Version: 4.0pre100908 Release: 1 Group: Text Editors/Integrated Development Environments (IDE) License: GPL diff --git a/generic/proof-site.el b/generic/proof-site.el index ef61f920..1482907c 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -53,7 +53,7 @@ (eval-and-compile ;; WARNING: do not edit next line (constant is edited in Makefile.devel) - (defconst proof-general-version "Proof General Version 4.0pre100828. Released by da." + (defconst proof-general-version "Proof General Version 4.0pre100908. Released by da." "Version string identifying Proof General release.")) (defconst proof-general-short-version |
