diff options
| author | David Aspinall | 2010-10-11 00:30:20 +0000 |
|---|---|---|
| committer | David Aspinall | 2010-10-11 00:30:20 +0000 |
| commit | 46f3d533a32b7d6949d516f8d6ab93567869f39a (patch) | |
| tree | 3897e51ea881e970fd8fe61dc93e8062bbb8a3d4 | |
| parent | b7d18c3adb01771feee1588bc9fd84a629fdefc8 (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 de816f61..4f421ff9 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.1pre101011 +Version: 4.0 Release: 1 Group: Text Editors/Integrated Development Environments (IDE) License: GPL diff --git a/generic/proof-site.el b/generic/proof-site.el index d53cee40..cf645109 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.1pre101011. Released by da." + (defconst proof-general-version "Proof General Version 4.0. Released by da on Mon 11 Oct 2010." "Version string identifying Proof General release.")) (defconst proof-general-short-version |
