summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 15:39:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 15:39:44 (GMT)
commitecab7e451fbc18d245beb8768a532ff99c6fdf0b (patch)
tree459f9b603c695f049a9c0f72b4d2b36e1a6ab250 /configure
parent54cca9f2ba0065fe34013bf712c181601a53c912 (diff)
Fix printing the version string when configured with --local.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 485932d..151d8b5 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=$(cat version)
+VERSION=$(cat .version)
DATE=$(date +%Y%m%d)
PREFIX_DEFAULT=/usr/local