aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-12-26 13:55:07 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-12-26 13:55:07 +0000
commite4b85d5e575c684df24ad7259207a185c5d5e179 (patch)
tree90e95b9db4aaf4b27f6b698628c0d99c3422f95e /configure
parent9cdf9c3c0341a395249946d9e8f0bed7dd3c6d53 (diff)
- Suppression date dans configure du trunk
- Utilisation de get_version_date pour l'option -v (plutôt que la date non à jour du configure) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11714 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 72c1ba8be..dd37b2d36 100755
--- a/configure
+++ b/configure
@@ -9,7 +9,7 @@
VERSION=trunk
VOMAGIC=08193
STATEMAGIC=19764
-DATE="Jun. 2008"
+DATE="date unspecified"
# Create the bin/ directory if non-existent
test -d bin || mkdir bin