aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2001-09-09 18:15:58 +0000
committerDavid Aspinall2001-09-09 18:15:58 +0000
commit6e62ab1633f0c4ad38be01ce0b2da7aee0101eea (patch)
tree9771c92d730a3ccecb0a3415129dce96d929700c
parent05c8fd31cdb3b6e45b76f1bdc1da5cab1e8729af (diff)
Set version tag for new release.
-rw-r--r--etc/ProofGeneral.spec4
-rw-r--r--generic/proof-site.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/ProofGeneral.spec b/etc/ProofGeneral.spec
index a38591e4..71295a22 100644
--- a/etc/ProofGeneral.spec
+++ b/etc/ProofGeneral.spec
@@ -1,12 +1,12 @@
Summary: Proof General, Emacs interface for Proof Assistants
Name: ProofGeneral
-Version: 3.3
+Version: 3.4pre010909
Release: 1
Group: Applications/Editors/Emacs
Copyright: LFCS, University of Edinburgh
Url: http://www.proofgeneral.org/
Packager: David Aspinall <da@dcs.ed.ac.uk>
-Source: http://www.proofgeneral.org/ProofGeneral-3.3.tar.gz
+Source: http://www.proofgeneral.org/ProofGeneral-3.4pre010909.tar.gz
BuildRoot: /tmp/ProofGeneral-root
PreReq: /sbin/install-info
Prefixes: /usr/share/emacs /usr/bin /usr/info
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 496755cf..2c7380a2 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -309,7 +309,7 @@ Note: to change proof assistant, you must start a new Emacs session.")
;; WARNING: do not edit below here
;; (the next constant is set automatically, also its form is
;; relied upon in proof-config.el, for proof-splash-contents)
-(defconst proof-general-version "Proof General Version 3.3. Released by da on Sun 9 Sep 2001."
+(defconst proof-general-version "Proof General Version 3.4pre010909. Released by da."
"Version string identifying Proof General release.")
;; Now define a few autoloads and basic variables.