diff src/version.c @ 1705:5b43a3a9454a v7.2.003

updated for version 7.2-003
author vimboss
date Mon, 25 Aug 2008 02:14:05 +0000
parents 421a77b136c2
children 9f8fd6a14cfc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3,
+/**/
     2,
 /**/
     1,
@@ -790,7 +792,7 @@ list_version()
     MSG_PUTS(_("\nRISC OS version"));
 #endif
 #ifdef VMS
-    MSG_PUTS("\nOpenVMS version");
+    MSG_PUTS(_("\nOpenVMS version"));
 # ifdef HAVE_PATHDEF
     if (*compiled_arch != NUL)
     {