diff options
| author | David Aspinall | 2009-12-01 11:04:16 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-12-01 11:04:16 +0000 |
| commit | 99f2e1ac86f23285789b88993c33eeced48258a8 (patch) | |
| tree | e90e0a73f4c435e0170d232ed30b27b1381a8479 | |
| parent | fe867ddfcf1723baddda518b6197ce265ad486ea (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 c45be609..a4596e05 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.0pre091112 +Version: 4.0pre091201 Release: 1 Group: Text Editors/Integrated Development Environments (IDE) License: GPL diff --git a/generic/proof-site.el b/generic/proof-site.el index a745f84e..ddceb178 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -54,7 +54,7 @@ (eval-and-compile ;; WARNING: do not edit next line (constant is edited in Makefile.devel) - (defconst proof-general-version "Proof General Version 4.0pre091112. Released by da." + (defconst proof-general-version "Proof General Version 4.0pre091201. Released by da." "Version string identifying Proof General release.")) (defconst proof-general-short-version |
