commit | 5ec8305ea884f5b04566b3c72cdc8d60b6bd29ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 15:45:10 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 15:45:10 2014 +0100 |
tree | aedcd9eb362df7c8828ae70daa44adb33593436c | |
parent | 5f4c8406a2c58320a94de77f49b35eda7058f328 [diff] [blame] |
updated for version 7.4.134 Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka)
diff --git a/src/version.c b/src/version.c index 1ca8f9f..efbfba1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 134, +/**/ 133, /**/ 132,