commit | e2793357528c97ca73e76080b2d9bf6f89d6e2da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 19:53:27 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 19:53:27 2011 +0100 |
tree | f9457c5daf33a70f08ec0b29ecf0f64d3eef7f37 | |
parent | 48ac02c9ebfed934d3f9f0761b6bcb56d26e74c6 [diff] [blame] |
updated for version 7.3.101 Problem: ino_t defined with wrong size. Solution: Move including auto/config.h before other includes. (Marius Geminas)
diff --git a/src/version.c b/src/version.c index 7e17f43..abe414b 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 101, +/**/ 100, /**/ 99,