summaryrefslogtreecommitdiff
path: root/version.c
blob: a2e35fc25c3c06fb253dd6ccb3e3fbd3e62686ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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;

/*
  Local variables:
  version-control: never
  End:
 */