patch 7.4.690 for Problem: Memory access errors when changing indent in Ex mode. Also missing
            redraw when using CTRL-U. (Knil Ino)
Solution:   Update pointers after calling ga_grow().
diff --git a/src/version.c b/src/version.c
index bc2714b..a847921 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    690,
+/**/
     689,
 /**/
     688,