1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

Don't include version.h.

(main): Use PACKAGE_VERSION instead of version_string.
This commit is contained in:
Jim Meyering
1996-03-16 22:30:54 +00:00
parent 688833b80e
commit 4229a555fc
24 changed files with 25 additions and 49 deletions

View File

@@ -44,7 +44,6 @@
#include <getopt.h>
#include <sys/types.h>
#include "system.h"
#include "version.h"
#include "error.h"
char *xmalloc ();
@@ -473,7 +472,7 @@ main (int argc, char **argv)
if (show_version)
{
printf ("paste - %s\n", version_string);
printf ("paste - %s\n", PACKAGE_VERSION);
exit (0);
}