commit | 2c15f6aa8fd057721e35d03523577b41cf7aaad5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 15:00:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 15:00:30 2016 +0100 |
tree | f4a1dd7e7e7b16cacce985200a991b8693e07118 | |
parent | 43f837dea588207c87c34794b19c024e9ff1db3e [diff] [blame] |
patch 7.4.1023 Problem: The distribution files for MS-Windows use CR-LF, which is inconsistent with what one gets from github. Solution: Use LF in the distribution files.
diff --git a/src/version.c b/src/version.c index 77a77f2..b83a812 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1023, +/**/ 1022, /**/ 1021,