comparison src/version.c @ 5294:359743c1f59a v7.4

release version 7.4
author Bram Moolenaar <bram@vim.org>
date Sat, 10 Aug 2013 15:00:24 +0200
parents d5d6b78cff09
children 3e9107b86b68
comparison
equal deleted inserted replaced
5293:40f4f573218c 5294:359743c1f59a
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 22,
732 /**/
733 21,
734 /**/
735 20,
736 /**/
737 19,
738 /**/
739 18,
740 /**/
741 17,
742 /**/
743 16,
744 /**/
745 15,
746 /**/
747 14,
748 /**/
749 13,
750 /**/
751 12,
752 /**/
753 11,
754 /**/
755 10,
756 /**/
757 9,
758 /**/
759 8,
760 /**/
761 7,
762 /**/
763 6,
764 /**/
765 5,
766 /**/
767 4,
768 /**/
769 3,
770 /**/
771 2,
772 /**/
773 1,
774 /**/ 730 /**/
775 0 731 0
776 }; 732 };
777 733
778 /* 734 /*