commit | 316dca03caf513db0e02588acd784c838de835dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 13:05:45 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 13:05:45 2011 +0200 |
tree | 45956b049ab527bce177041f9b06d92e16fe4332 | |
parent | 4228bec0ae8ca2714289f5375b0435051e9b93ad [diff] [blame] |
updated for version 7.3.147 Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott)
diff --git a/src/version.c b/src/version.c index 86d78e1..82c0716 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 147, +/**/ 146, /**/ 145,