comparison 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
comparison
equal deleted inserted replaced
1704:421a77b136c2 1705:5b43a3a9454a
674 NULL 674 NULL
675 }; 675 };
676 676
677 static int included_patches[] = 677 static int included_patches[] =
678 { /* Add new patch number below this line */ 678 { /* Add new patch number below this line */
679 /**/
680 3,
679 /**/ 681 /**/
680 2, 682 2,
681 /**/ 683 /**/
682 1, 684 1,
683 /**/ 685 /**/
788 790
789 #ifdef RISCOS 791 #ifdef RISCOS
790 MSG_PUTS(_("\nRISC OS version")); 792 MSG_PUTS(_("\nRISC OS version"));
791 #endif 793 #endif
792 #ifdef VMS 794 #ifdef VMS
793 MSG_PUTS("\nOpenVMS version"); 795 MSG_PUTS(_("\nOpenVMS version"));
794 # ifdef HAVE_PATHDEF 796 # ifdef HAVE_PATHDEF
795 if (*compiled_arch != NUL) 797 if (*compiled_arch != NUL)
796 { 798 {
797 MSG_PUTS(" - "); 799 MSG_PUTS(" - ");
798 MSG_PUTS(compiled_arch); 800 MSG_PUTS(compiled_arch);