From a65aabc3dfb6ddcd91e470a98b49fa376f59a838 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 6 Jul 1996 23:08:25 +0000 Subject: (argp_program_version): New variable. --- utils/showtrans.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/showtrans.c') diff --git a/utils/showtrans.c b/utils/showtrans.c index 56255050..d6acfd9d 100644 --- a/utils/showtrans.c +++ b/utils/showtrans.c @@ -29,6 +29,8 @@ #include #include +char *argp_program_version = "showtrans 1.0 (GNU " HURD_RELEASE ")"; + static struct argp_option options[] = { {"prefix", 'p', 0, 0, "Always display `FILENAME: ' before translators"}, -- cgit v1.2.3