From 63dff1e0bcb9e1bdd189e4a3e0d6126389251885 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 18 Aug 1997 18:11:04 +0000 Subject: Bug fixes and automake changes. --- version.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'version.c') diff --git a/version.c b/version.c index 3db3284..a2e35fc 100644 --- a/version.c +++ b/version.c @@ -1,4 +1,9 @@ -char *version_string = "3.75.1"; +/* We use instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because make.h was found in $srcdir). */ +#include + +char *version_string = VERSION; /* Local variables: -- cgit v1.2.3