diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    101,
+/**/
     100,
 /**/
     99,