aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--README2
-rwxr-xr-xconfigure4
-rw-r--r--distrib/coq.spec4
4 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 757e405bd..4cfe3a264 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,7 @@ WHAT DO YOU NEED ?
Coq is designed to work on computers equipped with the Unix operating
system. In order to compile Coq V7 you need:
- - Objective Caml version 3.00 or later
+ - Objective Caml version 3.01 or later
(available at http://caml.inria.fr/)
- the Camlp4 preprocessor with same version number as ocaml
diff --git a/README b/README
index 1b2164ee3..302318a37 100644
--- a/README
+++ b/README
@@ -69,7 +69,7 @@ BUGS REPORT.
Send your bug reports by E-mail to
- coq@pauillac.inria.fr
+ coq-bugs@pauillac.inria.fr
or by snail mail to
diff --git a/configure b/configure
index ebce54d61..c9192ee98 100755
--- a/configure
+++ b/configure
@@ -6,9 +6,9 @@
#
##################################
-VERSION=7.0beta3-ocaml3.01
+VERSION=7.0beta4
VERSIONSI=1.0
-DATE="March 2001"
+DATE="April 2001"
# a local which command for sh
which () {
diff --git a/distrib/coq.spec b/distrib/coq.spec
index 91abf84fb..f7cde4b32 100644
--- a/distrib/coq.spec
+++ b/distrib/coq.spec
@@ -1,12 +1,12 @@
Name: coq
-Version: 7.0beta2
+Version: 7.0beta4
Release: 1
Summary: The Coq Proof Assistant
Copyright: freely redistributable
Group: Applications/Math
Vendor: INRIA Rocquencourt
URL: http://coq.inria.fr
-Source: ftp://ftp.inria.fr/INRIA/coq/V7.0/coq-7.0beta2.tar.gz
+Source: ftp://ftp.inria.fr/INRIA/coq/V7.0/coq-7.0beta4.tar.gz
Icon: petit-coq.gif
%description