diff src/version.c @ 11615:568ea579d20e v8.0.0690

patch 8.0.0690: compiler warning on non-Unix system commit https://github.com/vim/vim/commit/c2226845eb207bcd1a24e1afa941acbfecbc5170 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 29 22:27:24 2017 +0200 patch 8.0.0690: compiler warning on non-Unix system Problem: Compiler warning on non-Unix system. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:30:04 +0200
parents 7428a08c2f68
children 1d6bcb9ff291
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    690,
+/**/
     689,
 /**/
     688,