diff options
| author | David Aspinall | 2011-05-16 15:09:29 +0000 |
|---|---|---|
| committer | David Aspinall | 2011-05-16 15:09:29 +0000 |
| commit | 1c27d4a1c20e2b1d404e561a09537c417561e264 (patch) | |
| tree | 682d17a0dc2d2d95e44e51562f535707cb6d1925 | |
| parent | 76e94a2d36eb79023fc588e2db1d345a560fa411 (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 f4961323..3d7cedc0 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.1pre110512 +Version: 4.1pre110516 Release: 1 Group: Text Editors/Integrated Development Environments (IDE) License: GPL diff --git a/generic/proof-site.el b/generic/proof-site.el index 8b561e62..2da5b501 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -62,7 +62,7 @@ (eval-and-compile ;; WARNING: do not edit next line (constant is edited in Makefile.devel) - (defconst proof-general-version "Proof General Version 4.1pre110512. Released by da." + (defconst proof-general-version "Proof General Version 4.1pre110516. Released by da." "Version string identifying Proof General release.")) (defconst proof-general-short-version |
