summaryrefslogtreecommitdiff
path: root/sutils/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sutils/reboot.c')
-rw-r--r--sutils/reboot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sutils/reboot.c b/sutils/reboot.c
index 4d4269af..2b3d1130 100644
--- a/sutils/reboot.c
+++ b/sutils/reboot.c
@@ -24,8 +24,9 @@
#include <stdio.h>
#include <argp.h>
#include <hurd.h>
+#include <version.h>
-char *argp_program_version = "reboot 1.1 (GNU " HURD_RELEASE ")";
+char *argp_program_version = STANDARD_HURD_VERSION (reboot);
int
main (int argc, char *argv[])