updated for version 7.0188
diff --git a/src/version.c b/src/version.c
index f147348..e9150d5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -144,6 +144,11 @@
 #else
 	"-cscope",
 #endif
+#ifdef CURSOR_SHAPE
+	"+cursorshape",
+#else
+	"-cursorshape",
+#endif
 #if defined(FEAT_CON_DIALOG) && defined(FEAT_GUI_DIALOG)
 	"+dialog_con_gui",
 #else