aboutsummaryrefslogtreecommitdiff
path: root/utils/portinfo.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-05 16:59:37 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-05 16:59:37 +0000
commit5145728f45d1a83ebe229ee38c4f2534a43c385f (patch)
tree48dfa16e2e256f1627e60d1f1d19dfcc9e6e46d2 /utils/portinfo.c
parent41476b24b860bc333ed99c3eb2b575193b111aa7 (diff)
downloadhurd-5145728f45d1a83ebe229ee38c4f2534a43c385f.tar.gz
hurd-5145728f45d1a83ebe229ee38c4f2534a43c385f.tar.bz2
hurd-5145728f45d1a83ebe229ee38c4f2534a43c385f.zip
*** empty log message ***
Diffstat (limited to 'utils/portinfo.c')
-rw-r--r--utils/portinfo.c3
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},