summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort/version.c
blob: 64c62b1953ab73d1c43bcfbe22115d13f78d3df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* 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 it found this file in $srcdir).  */
#include <config.h>
#else
#include "config.h"
#endif
#endif

#include "version.h"
const char *version_string = "GNU textutils 1.9";
OpenPOWER on IntegriCloud