diff options
author | Miles Bader <miles@gnu.org> | 1996-07-06 23:08:25 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-06 23:08:25 +0000 |
commit | a65aabc3dfb6ddcd91e470a98b49fa376f59a838 (patch) | |
tree | 890b23a14c94269559d49e3379a1a89cec99e5e6 /utils/ps.c | |
parent | 1ce6c861243504134bec5619a31aa3b852887d81 (diff) |
(argp_program_version): New variable.
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ #include <ps.h> #include <error.h> #include "psout.h" + +char *argp_program_version = "ps 1.0 (GNU " HURD_RELEASE ")"; /* Long options without corresponding short ones. -1 is EOF. */ #define OPT_LOGIN -2 |