comparison src/version.c @ 1045:7f01e52cc97a v7.0.171

updated for version 7.0-171
author vimboss
date Tue, 28 Nov 2006 16:43:58 +0000
parents f66abfa335bb
children 26ff011aec2d
comparison
equal deleted inserted replaced
1044:f66abfa335bb 1045:7f01e52cc97a
664 NULL 664 NULL
665 }; 665 };
666 666
667 static int included_patches[] = 667 static int included_patches[] =
668 { /* Add new patch number below this line */ 668 { /* Add new patch number below this line */
669 /**/
670 171,
669 /**/ 671 /**/
670 170, 672 170,
671 /**/ 673 /**/
672 169, 674 169,
673 /**/ 675 /**/
1111 #ifdef RISCOS 1113 #ifdef RISCOS
1112 MSG_PUTS(_("\nRISC OS version")); 1114 MSG_PUTS(_("\nRISC OS version"));
1113 #endif 1115 #endif
1114 #ifdef VMS 1116 #ifdef VMS
1115 MSG_PUTS("\nOpenVMS version"); 1117 MSG_PUTS("\nOpenVMS version");
1118 # ifdef HAVE_PATHDEF
1119 if (*compiled_arch != NUL)
1120 {
1121 MSG_PUTS(" - ");
1122 MSG_PUTS(compiled_arch);
1123 }
1124 # endif
1125
1116 #endif 1126 #endif
1117 1127
1118 /* Print the list of patch numbers if there is at least one. */ 1128 /* Print the list of patch numbers if there is at least one. */
1119 /* Print a range when patches are consecutive: "1-10, 12, 15-40, 42-45" */ 1129 /* Print a range when patches are consecutive: "1-10, 12, 15-40, 42-45" */
1120 if (included_patches[0] != 0) 1130 if (included_patches[0] != 0)