diff src/version.c @ 3463:3daba355b0c1 v7.3.496

updated for version 7.3.496 Problem: MS-DOS: When "diff" trips over difference in line separators some tests fail. Solution: Make some .ok files use unix line separators. (David Pope)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Apr 2012 19:11:20 +0200
parents 27f6a22ff88e
children e34c620007be
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 */
 /**/
+    496,
+/**/
     495,
 /**/
     494,