From ecab7e451fbc18d245beb8768a532ff99c6fdf0b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Aug 2007 15:39:44 +0000 Subject: Fix printing the version string when configured with --local. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 485932d5..151d8b52 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 -- cgit v1.2.3