From: Jim Meyering Date: Fri, 4 Oct 1996 04:28:35 +0000 (+0000) Subject: (main): update --version output again X-Git-Tag: TEXTUTILS-1_19n~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c035a7cfd7e54e3865d987dec0206e1dc24b6de;p=thirdparty%2Fcoreutils.git (main): update --version output again --- diff --git a/src/join.c b/src/join.c index b17de58d8a..666cd73e10 100644 --- a/src/join.c +++ b/src/join.c @@ -765,7 +765,7 @@ main (int argc, char **argv) it may be increased. */ uni_blank.nfields = 1; - parse_long_options (argc, argv, "join", PACKAGE_VERSION, usage); + parse_long_options (argc, argv, "join", GNU_PACKAGE, VERSION, usage); nfiles = 0; print_pairables = 1; diff --git a/src/sort.c b/src/sort.c index 90c28567dd..b4dbe8bef2 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1723,7 +1723,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "sort", PACKAGE_VERSION, usage); + parse_long_options (argc, argv, "sort", GNU_PACKAGE, VERSION, usage); have_read_stdin = 0; inittables ();