diff src/version.c @ 2741:55fe8407514f v7.3.147

updated for version 7.3.147 Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott)
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Apr 2011 13:05:45 +0200
parents 2bd574a2ef1c
children d67916de812a
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 */
 /**/
+    147,
+/**/
     146,
 /**/
     145,