diff src/version.c @ 5508:4db151014f93 v7.4.103

updated for version 7.4.103 Problem: Dos installer uses an old way to escape spaces in the diff command. Solution: Adjust the quoting to the new default shellxquote. (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Nov 2013 18:13:37 +0100
parents 9417f4de27a2
children dd7d1a86b311
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    103,
+/**/
     102,
 /**/
     101,