diff src/version.c @ 4577:b22bff1a6af8 v7.3.1036

updated for version 7.3.1036 Problem: Can't build on HP-UX. Solution: Give the union a name. (John Marriott)
author Bram Moolenaar <bram@vim.org>
date Tue, 28 May 2013 22:52:16 +0200
parents 626e9ccb7c48
children 7a2be4a39423
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1036,
+/**/
     1035,
 /**/
     1034,