diff src/version.c @ 2677:fea3207b800d v7.3.096

updated for version 7.3.096 Problem: "gvim -nb" is not interruptable. Leaking file descriptor on netbeans connection error. Solution: Check for CTRL-C typed. Free file descriptor. (Xavier de Gaye)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jan 2011 18:11:43 +0100
parents 8464d084fa74
children faf4b09c396e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    96,
+/**/
     95,
 /**/
     94,