updated for version 7.2-286
diff --git a/src/version.c b/src/version.c
index fbb9f44..15ffd8e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -494,6 +494,11 @@
 #else
 	"-sniff",
 #endif
+#ifdef STARTUPTIME
+	"+startuptime",
+#else
+	"-startuptime",
+#endif
 #ifdef FEAT_STL_OPT
 	"+statusline",
 #else
@@ -677,6 +682,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    286,
+/**/
     285,
 /**/
     284,