aboutsummaryrefslogtreecommitdiff
path: root/utils/storecat.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/storecat.c')
-rw-r--r--utils/storecat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/storecat.c b/utils/storecat.c
index 78280a21..7f9de491 100644
--- a/utils/storecat.c
+++ b/utils/storecat.c
@@ -1,6 +1,6 @@
/* Write a store to stdout
- Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.org>
This file is part of the GNU Hurd.
@@ -24,6 +24,9 @@
#include <error.h>
#include <hurd/store.h>
+#include <version.h>
+
+const char *argp_program_version = STANDARD_HURD_VERSION (storecat);
int
main (int argc, char **argv)