diff options
Diffstat (limited to 'utils/portinfo.c')
-rw-r--r-- | utils/portinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/portinfo.c b/utils/portinfo.c index fc0ce214..3f9ce6b5 100644 --- a/utils/portinfo.c +++ b/utils/portinfo.c @@ -25,6 +25,7 @@ #include <string.h> #include <unistd.h> #include <stdlib.h> +#include <version.h> #include <mach.h> @@ -34,7 +35,7 @@ #include <portinfo.h> #include <portxlate.h> -char *argp_program_version = "portinfo 1.0 (GNU " HURD_RELEASE ")"; +char *argp_program_version = STANDARD_HURD_VERSION (portinfo); static const struct argp_option options[] = { {0,0,0,0,0, 1}, |