aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotin2006-04-14 10:34:47 +0000
committernotin2006-04-14 10:34:47 +0000
commit95348ce89fd285985ba60ae2f231825758106069 (patch)
tree7bd950fa4c34b5059ef568dbc8dd5515b974561a /configure
parentf2ffd8d6213b4d3a05b5925e616a2382c10a3451 (diff)
Maj configure, README, etc...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8712 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0879de1ab6..e827b4ef9e 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@
#
##################################
-VERSION=trunk
+VERSION=8.1-alpha
DATE="Mar 2006"
# a local which command for sh
@@ -467,7 +467,7 @@ PRINTF=`which printf`
# Subdirectories of theories/ added in coq_config.ml
subdirs () {
- (cd $1; find * -type d ! -name CVS -exec $PRINTF "\"%s\";\n" {} \; | grep -v extraction/test | grep -v correctness >> $mlconfig_file)
+ (cd $1; find * -type d ! -name .svn -exec $PRINTF "\"%s\";\n" {} \; | grep -v extraction/test | grep -v correctness >> $mlconfig_file)
}
echo "let theories_dirs = [" >> $mlconfig_file