comparison src/version.c @ 2683:0c7d6d01e058 v7.3.101

updated for version 7.3.101 Problem: ino_t defined with wrong size. Solution: Move including auto/config.h before other includes. (Marius Geminas)
author Bram Moolenaar <bram@vim.org>
date Mon, 17 Jan 2011 19:53:27 +0100
parents 35edf814f223
children 951641b8784d
comparison
equal deleted inserted replaced
2682:35edf814f223 2683:0c7d6d01e058
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 101,
717 /**/ 719 /**/
718 100, 720 100,
719 /**/ 721 /**/
720 99, 722 99,
721 /**/ 723 /**/