diff options
Diffstat (limited to 'sutils/halt.c')
-rw-r--r-- | sutils/halt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sutils/halt.c b/sutils/halt.c index 824934b9..9b6980fa 100644 --- a/sutils/halt.c +++ b/sutils/halt.c @@ -24,8 +24,9 @@ #include <stdio.h> #include <argp.h> #include <hurd.h> +#include <version.h> -char *argp_program_version = "halt 1.1 (GNU " HURD_RELEASE ")"; +char *argp_program_version = STANDARD_HURD_VERSION (halt); int main (int argc, char *argv[]) |