commit | b777618d111e51b55ee452d3881d5ef5bc836765 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 22 16:29:06 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 22 16:29:06 2014 +0200 |
tree | de65165b94ce31243a9912201890d1cf22017a73 | |
parent | e4c21e6899b6e4d9d4e0b29fc43c604edd3bc507 [diff] [blame] |
updated for version 7.4.304 Problem: Cannot always use Python with Vim. Solution: Add the manifest to the executable. (Jacques Germishuys)
diff --git a/src/version.c b/src/version.c index efdb196..0578a7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 304, +/**/ 303, /**/ 302,