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/stty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index e18e34bb3..c2cbc4ebf 100644 --- a/src/stty.c +++ b/src/stty.c @@ -48,7 +48,6 @@ #endif #include "system.h" -#include "version.h" #include "long-options.h" #include "error.h" #include "xstrtol.h" @@ -654,7 +653,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "stty", version_string, usage); + parse_long_options (argc, argv, "stty", PACKAGE_VERSION, usage); output_type = changed; verbose_output = 0; -- cgit v1.2.3-54-g00ecf