updated for version 7.0-171
diff --git a/src/version.c b/src/version.c
index d03ef12..c2f78aa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 171,
+/**/
170,
/**/
169,
@@ -1113,6 +1115,14 @@
#endif
#ifdef VMS
MSG_PUTS("\nOpenVMS version");
+# ifdef HAVE_PATHDEF
+ if (*compiled_arch != NUL)
+ {
+ MSG_PUTS(" - ");
+ MSG_PUTS(compiled_arch);
+ }
+# endif
+
#endif
/* Print the list of patch numbers if there is at least one. */