File: version.c

package info (click to toggle)
make 3.76.1-8
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,540 kB
  • ctags: 1,231
  • sloc: ansic: 18,525; sh: 367; makefile: 189
file content (12 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
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:
 */