make/version.c

13 lines
314 B
C
Raw Normal View History

1997-08-18 18:11:04 +00:00
/* We use <config.h> 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 <config.h>
char *version_string = VERSION;
1995-03-07 23:44:43 +00:00
/*
Local variables:
version-control: never
End:
*/