diff src/version.c @ 5519:fa31c5b82424 v7.4.108

updated for version 7.4.108 Problem: "zG" and "zW" leave temp files around on MS-Windows. Solution: Delete the temp files when exiting. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 17:41:46 +0100
parents 064e2a080e2e
children 1cdf51706774
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 */
 /**/
+    108,
+/**/
     107,
 /**/
     106,