aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-29 10:41:37 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-29 10:41:37 +0000
commit37ea2e278d9d5ff5b53494b9551079b2d7bfa457 (patch)
treee028cf98c678f14a6f007bc2bd07eaa9e4cbc4d9
parentbf16f92e88c34b873426a87b14c68e4a9c5c2189 (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 ea21f46c..a632ba95 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.4
+Version: 3.4pre020829
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.4.tar.gz
+Source: http://www.proofgeneral.org/ProofGeneral-3.4pre020829.tar.gz
BuildRoot: /tmp/ProofGeneral-root
PreReq: /sbin/install-info
Prefixes: /usr/share/emacs /usr/bin /usr/share/info
diff --git a/generic/proof-site.el b/generic/proof-site.el
index d1be2746..0b19118c 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -327,7 +327,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.4. Released by da on Thu 29 Aug 2002."
+(defconst proof-general-version "Proof General Version 3.4pre020829. Released by da."
"Version string identifying Proof General release.")
;; Now define a few autoloads and basic variables.