commit | 77c193579b39bbeacd4ffa4a16b5f3cd00c39cee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 19:19:41 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 19:19:41 2012 +0200 |
tree | e37bb488118d4d131c3eee887928b70bdf262ebd | |
parent | 795ec43112af40e02ddc8fcc1d0a7800a33f2a6e [diff] [blame] |
updated for version 7.3.555 Problem: Building on IBM z/OS fails. Solution: Adjust configure. Use the QUOTESED value from config.mk instead of the hard coded one in Makefile. (Stephen Bovy)
diff --git a/src/version.c b/src/version.c index 9ef28d4..d3bb184 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 555, +/**/ 554, /**/ 553,