commit | f9e56b2b03efbad3b62183e66e845fbff64af14a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 28 22:52:16 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 28 22:52:16 2013 +0200 |
tree | c7a199d0454fd9dd41b7a7f8458ed5fb28557eaa | |
parent | 4ac6676ceec7087042e1b539ad62d9b2e90b4a9e [diff] [blame] |
updated for version 7.3.1036 Problem: Can't build on HP-UX. Solution: Give the union a name. (John Marriott)
diff --git a/src/version.c b/src/version.c index f59afcf..342465e 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,