diff src/version.c @ 1989:1fbbe04a950f v7.2.286

updated for version 7.2-286
author vimboss
date Wed, 11 Nov 2009 13:22:11 +0000
parents e5145ff9c9b0
children bce687811199
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -494,6 +494,11 @@ static char *(features[]) =
 #else
 	"-sniff",
 #endif
+#ifdef STARTUPTIME
+	"+startuptime",
+#else
+	"-startuptime",
+#endif
 #ifdef FEAT_STL_OPT
 	"+statusline",
 #else
@@ -677,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    286,
+/**/
     285,
 /**/
     284,