* Reworked function.c to use separate functions instead of a huge case stmt.
[make.git] / version.c
bloba2e35fc25c3c06fb253dd6ccb3e3fbd3e62686ae
1 /* We use <config.h> instead of "config.h" so that a compilation
2 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
3 (which it would do because make.h was found in $srcdir). */
4 #include <config.h>
6 char *version_string = VERSION;
7 \f
8 /*
9 Local variables:
10 version-control: never
11 End: