From 3ee97d4d5bc218455af92a4ebb6ded2378fa2311 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Mar 1996 16:14:26 +0000 Subject: Don't include version.h. (main): Use PACKAGE_VERSION instead of version_string. --- src/printf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index 7c5f338a9..d71a30470 100644 --- a/src/printf.c +++ b/src/printf.c @@ -49,7 +49,6 @@ #include #include "system.h" -#include "version.h" #include "long-options.h" #include "error.h" @@ -138,7 +137,7 @@ main (int argc, char **argv) exit_status = 0; - parse_long_options (argc, argv, "printf", version_string, usage); + parse_long_options (argc, argv, "printf", PACKAGE_VERSION, usage); if (argc == 1) { -- cgit v1.2.3-54-g00ecf