diff src/version.c @ 6952:98d1d53edc66 v7.4.794

patch 7.4.794 Problem: Visual Studio 2015 is not recognized. Solution: Add the version numbers to the makefile. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Jul 2015 20:22:12 +0200
parents 1e621b31948b
children a958ac497a81
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    794,
+/**/
     793,
 /**/
     792,