comparison 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
comparison
equal deleted inserted replaced
2676:8464d084fa74 2677:fea3207b800d
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 96,
717 /**/ 719 /**/
718 95, 720 95,
719 /**/ 721 /**/
720 94, 722 94,
721 /**/ 723 /**/