diff src/version.c @ 3227:f8d2ef4512f8 v7.3.383

updated for version 7.3.383 Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Dec 2011 12:47:03 +0100
parents 2260435283f2
children e958eeffa0a7
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 */
 /**/
+    383,
+/**/
     382,
 /**/
     381,