commit | de1b092c772dabf6e96fb4812c84c825a4240565 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 14:00:17 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 14:00:17 2010 +0100 |
tree | 753036f7f0765967a6392c09fe7a9af7e041a939 | |
parent | 7a8ef14c694ef1d6426d8f7bc03ccfdabe330ee3 [diff] [blame] |
updated for version 7.3.089 Problem: Compiler warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 48e37b2..4face8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 89, +/**/ 88, /**/ 87,